pub type PFNDSCREATEISECINFOEX = Option<unsafe extern "system" fn(param0: PCWSTR, param1: PCWSTR, param2: PCWSTR, param3: PCWSTR, param4: PCWSTR, param5: u32, param6: *mut Option<ISecurityInformation>, param7: PFNREADOBJECTSECURITY, param8: PFNWRITEOBJECTSECURITY, param9: LPARAM) -> HRESULT>;

Aliased Type§

enum PFNDSCREATEISECINFOEX {
    None,
    Some(unsafe extern "system" fn(_: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: u32, _: *mut Option<ISecurityInformation>, _: Option<unsafe extern "system" fn(_: PCWSTR, _: u32, _: *mut PSECURITY_DESCRIPTOR, _: LPARAM) -> HRESULT>, _: Option<unsafe extern "system" fn(_: PCWSTR, _: u32, _: PSECURITY_DESCRIPTOR, _: LPARAM) -> HRESULT>, _: LPARAM) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: u32, _: *mut Option<ISecurityInformation>, _: Option<unsafe extern "system" fn(_: PCWSTR, _: u32, _: *mut PSECURITY_DESCRIPTOR, _: LPARAM) -> HRESULT>, _: Option<unsafe extern "system" fn(_: PCWSTR, _: u32, _: PSECURITY_DESCRIPTOR, _: LPARAM) -> HRESULT>, _: LPARAM) -> HRESULT)

Some value of type T.