Function windows_sys::Win32::Security::AllocateAndInitializeSid
[−]pub unsafe extern "system" fn AllocateAndInitializeSid(
pidentifierauthority: *const SID_IDENTIFIER_AUTHORITY,
nsubauthoritycount: u8,
nsubauthority0: u32,
nsubauthority1: u32,
nsubauthority2: u32,
nsubauthority3: u32,
nsubauthority4: u32,
nsubauthority5: u32,
nsubauthority6: u32,
nsubauthority7: u32,
psid: *mut PSID
) -> BOOL
Expand description
Required features: "Win32_Security"
, "Win32_Foundation"