Example #1
0
 private static extern bool AdjustTokenPrivilegesNative(
     IntPtr tokenHandle, bool disableAllPrivileges,
     [In] ref TokenPrivileges newState,
     int bufferLength, IntPtr previousState, IntPtr returnLength);