pub type PLSA_AP_POST_LOGON_USER_SURROGATE = Option<unsafe extern "system" fn(clientrequest: *const *const c_void, logontype: SECURITY_LOGON_TYPE, protocolsubmitbuffer: *const c_void, clientbufferbase: *const c_void, submitbuffersize: u32, surrogatelogon: *const SECPKG_SURROGATE_LOGON, profilebuffer: *const c_void, profilebuffersize: u32, logonid: *const LUID, status: NTSTATUS, substatus: NTSTATUS, tokeninformationtype: LSA_TOKEN_INFORMATION_TYPE, tokeninformation: *const c_void, accountname: *const UNICODE_STRING, authenticatingauthority: *const UNICODE_STRING, machinename: *const UNICODE_STRING, primarycredentials: *const SECPKG_PRIMARY_CRED, supplementalcredentials: *const SECPKG_SUPPLEMENTAL_CRED_ARRAY) -> NTSTATUS>;
Expand description

Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation"