Type Alias windows::Win32::Security::Authentication::Identity::CredReadDomainCredentialsFn
pub type CredReadDomainCredentialsFn = Option<unsafe extern "system" fn(logonid: *const LUID, credflags: u32, targetinfo: *const CREDENTIAL_TARGET_INFORMATIONW, flags: u32, count: *mut u32, credential: *mut *mut *mut ENCRYPTED_CREDENTIALW) -> NTSTATUS>;
Aliased Type§
enum CredReadDomainCredentialsFn {
None,
Some(unsafe extern "system" fn(_: *const LUID, _: u32, _: *const CREDENTIAL_TARGET_INFORMATIONW, _: u32, _: *mut u32, _: *mut *mut *mut ENCRYPTED_CREDENTIALW) -> NTSTATUS),
}