pub type PSTARTUP_EX_ROUTINE = Option<unsafe extern "system" fn(resourcetype: PCWSTR, minversionsupported: u32, maxversionsupported: u32, monitorcallbackfunctions: *mut CLRES_CALLBACK_FUNCTION_TABLE, resourcedllinterfacefunctions: *mut *mut CLRES_FUNCTION_TABLE) -> u32>;

Aliased Type§

enum PSTARTUP_EX_ROUTINE {
    None,
    Some(unsafe extern "system" fn(_: PCWSTR, _: u32, _: u32, _: *mut CLRES_CALLBACK_FUNCTION_TABLE, _: *mut *mut CLRES_FUNCTION_TABLE) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCWSTR, _: u32, _: u32, _: *mut CLRES_CALLBACK_FUNCTION_TABLE, _: *mut *mut CLRES_FUNCTION_TABLE) -> u32)

Some value of type T.