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