Function windows_sys::Win32::Security::AdjustTokenPrivileges
pub unsafe extern "system" fn AdjustTokenPrivileges(
tokenhandle: HANDLE,
disableallprivileges: BOOL,
newstate: *const TOKEN_PRIVILEGES,
bufferlength: u32,
previousstate: *mut TOKEN_PRIVILEGES,
returnlength: *mut u32
) -> BOOLExpand description
Required features: "Win32_Security", "Win32_Foundation"