Type Alias windows::Win32::Security::Authentication::Identity::SpAcceptCredentialsFn
pub type SpAcceptCredentialsFn = Option<unsafe extern "system" fn(logontype: SECURITY_LOGON_TYPE, accountname: *const LSA_UNICODE_STRING, primarycredentials: *const SECPKG_PRIMARY_CRED, supplementalcredentials: *const SECPKG_SUPPLEMENTAL_CRED) -> NTSTATUS>;
Aliased Type§
enum SpAcceptCredentialsFn {
None,
Some(unsafe extern "system" fn(_: SECURITY_LOGON_TYPE, _: *const LSA_UNICODE_STRING, _: *const SECPKG_PRIMARY_CRED, _: *const SECPKG_SUPPLEMENTAL_CRED) -> NTSTATUS),
}
Variants§
None
No value.
Some(unsafe extern "system" fn(_: SECURITY_LOGON_TYPE, _: *const LSA_UNICODE_STRING, _: *const SECPKG_PRIMARY_CRED, _: *const SECPKG_SUPPLEMENTAL_CRED) -> NTSTATUS)
Some value of type T
.