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

Type Alias KspCompleteTokenFn

pub type KspCompleteTokenFn = Option<unsafe extern "system" fn(contextid: usize, token: *const SecBufferDesc) -> NTSTATUS>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.