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
) -> BOOL
Expand description
Required features: "Win32_Security"
, "Win32_Foundation"