Type Alias windows::Win32::Security::Authentication::Identity::SpGetContextTokenFn
pub type SpGetContextTokenFn = Option<unsafe extern "system" fn(contexthandle: usize, impersonationtoken: *mut HANDLE) -> NTSTATUS>;
Aliased Type§
enum SpGetContextTokenFn {
None,
Some(unsafe extern "system" fn(_: usize, _: *mut HANDLE) -> NTSTATUS),
}