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

Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation", "Win32_Security_Credentials"