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