Function windows_sys::Win32::Security::AdjustTokenGroups
[−]pub unsafe extern "system" fn AdjustTokenGroups(
tokenhandle: HANDLE,
resettodefault: BOOL,
newstate: *const TOKEN_GROUPS,
bufferlength: u32,
previousstate: *mut TOKEN_GROUPS,
returnlength: *mut u32
) -> BOOL
Expand description
Required features: "Win32_Security"
, "Win32_Foundation"