CredReadDomainCredentialsFn

Type Alias 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§

pub enum CredReadDomainCredentialsFn {
    None,
    Some(unsafe extern "system" fn(*const LUID, u32, *const CREDENTIAL_TARGET_INFORMATIONW, u32, *mut u32, *mut *mut *mut ENCRYPTED_CREDENTIALW) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const LUID, u32, *const CREDENTIAL_TARGET_INFORMATIONW, u32, *mut u32, *mut *mut *mut ENCRYPTED_CREDENTIALW) -> NTSTATUS)

Some value of type T.