Type Alias windows::Win32::Security::Authentication::Identity::PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS
pub type PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS = Option<unsafe extern "system" fn(logonid: *const LUID, supplementalcredsize: u32, supplementalcreds: *const c_void, synchronous: BOOLEAN) -> NTSTATUS>;
Aliased Type§
enum PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS {
None,
Some(unsafe extern "system" fn(_: *const LUID, _: u32, _: *const c_void, _: BOOLEAN) -> NTSTATUS),
}