SpQueryContextAttributesFn

Type Alias SpQueryContextAttributesFn 

pub type SpQueryContextAttributesFn = Option<unsafe extern "system" fn(contexthandle: usize, contextattribute: u32, buffer: *mut c_void) -> NTSTATUS>;

Aliased Type§

pub enum SpQueryContextAttributesFn {
    None,
    Some(unsafe extern "system" fn(usize, u32, *mut c_void) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(usize, u32, *mut c_void) -> NTSTATUS)

Some value of type T.