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