Type Alias windows::Win32::Security::Authentication::Identity::PLSA_AP_POST_LOGON_USER_SURROGATE
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 LSA_UNICODE_STRING, authenticatingauthority: *const LSA_UNICODE_STRING, machinename: *const LSA_UNICODE_STRING, primarycredentials: *const SECPKG_PRIMARY_CRED, supplementalcredentials: *const SECPKG_SUPPLEMENTAL_CRED_ARRAY) -> NTSTATUS>;
Aliased Type§
enum PLSA_AP_POST_LOGON_USER_SURROGATE {
None,
Some(unsafe extern "system" fn(_: *const *const c_void, _: SECURITY_LOGON_TYPE, _: *const c_void, _: *const c_void, _: u32, _: *const SECPKG_SURROGATE_LOGON, _: *const c_void, _: u32, _: *const LUID, _: NTSTATUS, _: NTSTATUS, _: LSA_TOKEN_INFORMATION_TYPE, _: *const c_void, _: *const LSA_UNICODE_STRING, _: *const LSA_UNICODE_STRING, _: *const LSA_UNICODE_STRING, _: *const SECPKG_PRIMARY_CRED, _: *const SECPKG_SUPPLEMENTAL_CRED_ARRAY) -> NTSTATUS),
}
Variants§
None
No value.
Some(unsafe extern "system" fn(_: *const *const c_void, _: SECURITY_LOGON_TYPE, _: *const c_void, _: *const c_void, _: u32, _: *const SECPKG_SURROGATE_LOGON, _: *const c_void, _: u32, _: *const LUID, _: NTSTATUS, _: NTSTATUS, _: LSA_TOKEN_INFORMATION_TYPE, _: *const c_void, _: *const LSA_UNICODE_STRING, _: *const LSA_UNICODE_STRING, _: *const LSA_UNICODE_STRING, _: *const SECPKG_PRIMARY_CRED, _: *const SECPKG_SUPPLEMENTAL_CRED_ARRAY) -> NTSTATUS)
Some value of type T
.