pub type PLSA_OPEN_SAM_USER = Option<unsafe extern "system" fn(name: *const SECURITY_STRING, nametype: SECPKG_NAME_TYPE, prefix: *const SECURITY_STRING, allowguest: BOOLEAN, reserved: u32, userhandle: *mut *mut c_void) -> NTSTATUS>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum PLSA_OPEN_SAM_USER {
    None,
    Some(unsafe extern "system" fn(_: *const SECURITY_STRING, _: i32, _: *const SECURITY_STRING, _: u8, _: u32, _: *mut *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const SECURITY_STRING, _: i32, _: *const SECURITY_STRING, _: u8, _: u32, _: *mut *mut c_void) -> i32)

Some value of type T.