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

Type Alias SpApplyControlTokenFn

pub type SpApplyControlTokenFn = Option<unsafe extern "system" fn(contexthandle: usize, controltoken: *const SecBufferDesc) -> NTSTATUS>;

Aliased Type§

enum SpApplyControlTokenFn {
    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.