Type Alias SpGetCredUIContextFn

pub type SpGetCredUIContextFn = Option<unsafe extern "system" fn(contexthandle: usize, credtype: *const GUID, flatcreduicontextlength: *mut u32, flatcreduicontext: *mut *mut u8) -> NTSTATUS>;

Aliased Type§

pub enum SpGetCredUIContextFn {
    None,
    Some(unsafe extern "system" fn(usize, *const GUID, *mut u32, *mut *mut u8) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.