.
C# Signature:
[DllImport("ntdll.dll", SetLastError=false)]
static extern uint RtlSetProcessIsCritical(bool bNew, IntPtr expectsZero, bool bNeedsScb);
User-Defined Types:
None.
Alternative Managed API:
None.
Notes:
The expectsZero parameter is actually something to read the old value.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!