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

pub type SpGetUserInfoFn = Option<unsafe extern "system" fn(logonid: *const LUID, flags: u32, userdata: *mut *mut SECURITY_USER_DATA) -> NTSTATUS>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.