Type Alias windows::Win32::Security::Authentication::Identity::CredReadFn

pub type CredReadFn = Option<unsafe extern "system" fn(logonid: *const LUID, credflags: u32, targetname: PCWSTR, type: u32, flags: u32, credential: *mut *mut ENCRYPTED_CREDENTIALW) -> NTSTATUS>;

Aliased Type§

enum CredReadFn {
    None,
    Some(unsafe extern "system" fn(_: *const LUID, _: u32, _: PCWSTR, _: u32, _: u32, _: *mut *mut ENCRYPTED_CREDENTIALW) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.