pub type PLSA_AUDIT_LOGON_EX = Option<unsafe extern "system" fn(status: NTSTATUS, substatus: NTSTATUS, accountname: *const UNICODE_STRING, authenticatingauthority: *const UNICODE_STRING, workstationname: *const UNICODE_STRING, usersid: PSID, logontype: SECURITY_LOGON_TYPE, impersonationlevel: SECURITY_IMPERSONATION_LEVEL, tokensource: *const TOKEN_SOURCE, logonid: *const LUID)>;
Expand description

Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation"