windows::Win32::Security::Authentication::Identity

Type Alias SpInitUserModeContextFn

pub type SpInitUserModeContextFn = Option<unsafe extern "system" fn(contexthandle: usize, packedcontext: *const SecBuffer) -> NTSTATUS>;

Aliased Type§

enum SpInitUserModeContextFn {
    None,
    Some(unsafe extern "system" fn(_: usize, _: *const SecBuffer) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: usize, _: *const SecBuffer) -> NTSTATUS)

Some value of type T.