Function windows_sys::Win32::Security::SetTokenInformation
[−]pub unsafe extern "system" fn SetTokenInformation(
tokenhandle: HANDLE,
tokeninformationclass: TOKEN_INFORMATION_CLASS,
tokeninformation: *const c_void,
tokeninformationlength: u32
) -> BOOL
Expand description
Required features: "Win32_Security"
, "Win32_Foundation"