[DllImport("advapi32.dll")]
static extern bool AdjustTokenPrivileges(IntPtr TokenHandle, bool DisableAllPrivileges,
ref TOKEN_PRIVILEGES NewState, UInt32 BufferLength, IntPtr PreviousState,
IntPtr ReturnLength);
Declare Function AdjustTokenPrivileges Lib "advapi32.dll" (TODO) As Boolean
None.
Please add some!
Please add some!
Do you know one? Please contribute it!