Skip to main content

rtl_adjust_privilege

Function rtl_adjust_privilege 

Source
pub fn rtl_adjust_privilege(
    privilege: u32,
    enable: u8,
    current_thread: u8,
    enabled: *mut u8,
) -> i32
Expand description

Dynamically calls RtlAdjustPrivilege.

It will return the NTSTATUS value returned by the call.