Function windows_sys::Wdk::Storage::FileSystem::NtAdjustGroupsToken
pub unsafe extern "system" fn NtAdjustGroupsToken(
tokenhandle: HANDLE,
resettodefault: BOOLEAN,
newstate: *const TOKEN_GROUPS,
bufferlength: u32,
previousstate: *mut TOKEN_GROUPS,
returnlength: *mut u32
) -> NTSTATUSExpand description
Required features: "Win32_Foundation", "Win32_Security"