[][src]Type Definition winapi::um::ntlsa::PLSA_AP_LOGON_USER_EX

type PLSA_AP_LOGON_USER_EX = Option<unsafe extern "system" fn(ClientRequest: PLSA_CLIENT_REQUEST, LogonType: SECURITY_LOGON_TYPE, AuthenticationInformation: PVOID, ClientAuthentication: PVOID, AuthenticationInformationLength: ULONG, ProfileBuffer: *mut PVOID, ProfileBufferLength: PULONG, LogonId: PLUID, SubStatus: PNTSTATUS, TokenInformationType: PLSA_TOKEN_INFORMATION_TYPE, TokenInformation: *mut PVOID, AccountName: *mut PLSA_UNICODE_STRING, AuthenticatingAutority: *mut PLSA_UNICODE_STRING, MachineName: *mut PUNICODE_STRING) -> NTSTATUS>;