Type Alias CredWriteFn

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

Aliased Type§

pub 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.