3 references to TOKEN_PRIVILEGES
System.ServiceModel (3)
System\ServiceModel\Activation\ListenerUnsafeNativeMethods.cs (1)
55
internal static unsafe extern bool AdjustTokenPrivileges(SafeCloseHandle tokenHandle, bool disableAllPrivileges,
TOKEN_PRIVILEGES
* newState, int bufferLength, IntPtr previousState, IntPtr returnLength);
System\ServiceModel\Activation\Utility.cs (2)
204
ListenerUnsafeNativeMethods.
TOKEN_PRIVILEGES
* pTP = (ListenerUnsafeNativeMethods.
TOKEN_PRIVILEGES
*)pTokenPrivileges;