Type Alias SpAcquireCredentialsHandleFn

pub type SpAcquireCredentialsHandleFn = Option<unsafe extern "system" fn(principalname: *const LSA_UNICODE_STRING, credentialuseflags: u32, logonid: *const LUID, authorizationdata: *const c_void, getkeyfunciton: *const c_void, getkeyargument: *const c_void, credentialhandle: *mut usize, expirationtime: *mut i64) -> NTSTATUS>;

Aliased Type§

pub enum SpAcquireCredentialsHandleFn {
    None,
    Some(unsafe extern "system" fn(*const LSA_UNICODE_STRING, u32, *const LUID, *const c_void, *const c_void, *const c_void, *mut usize, *mut i64) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const LSA_UNICODE_STRING, u32, *const LUID, *const c_void, *const c_void, *const c_void, *mut usize, *mut i64) -> NTSTATUS)

Some value of type T.