PFNWRITEOBJECTSECURITY

Type Alias PFNWRITEOBJECTSECURITY 

pub type PFNWRITEOBJECTSECURITY = Option<unsafe extern "system" fn(param0: PCWSTR, param1: u32, param2: PSECURITY_DESCRIPTOR, param3: LPARAM) -> HRESULT>;

Aliased Type§

pub enum PFNWRITEOBJECTSECURITY {
    None,
    Some(unsafe extern "system" fn(PCWSTR, u32, PSECURITY_DESCRIPTOR, LPARAM) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(PCWSTR, u32, PSECURITY_DESCRIPTOR, LPARAM) -> HRESULT)

Some value of type T.