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>;
Expand description

Required features: "Win32_Foundation"

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) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: SECURITY_LOGON_TYPE, _: *const LSA_UNICODE_STRING, _: *const SECPKG_PRIMARY_CRED, _: *const SECPKG_SUPPLEMENTAL_CRED) -> i32)

Some value of type T.