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

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.