Type Alias PFNDSCREATEISECINFOEX
pub type PFNDSCREATEISECINFOEX = Option<unsafe extern "system" fn(param0: PCWSTR, param1: PCWSTR, param2: PCWSTR, param3: PCWSTR, param4: PCWSTR, param5: u32, param6: OutRef<'_, ISecurityInformation>, param7: PFNREADOBJECTSECURITY, param8: PFNWRITEOBJECTSECURITY, param9: LPARAM) -> HRESULT>;
Aliased Type§
enum PFNDSCREATEISECINFOEX {
None,
Some(unsafe extern "system" fn(_: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: u32, _: OutRef<'_, 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§
None
No value.
Some(unsafe extern "system" fn(_: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: u32, _: OutRef<'_, 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
.