NtSetProcessIsCritical (ntdll)
Last changed: -35.141.90.163

.

C# Signature:

[DllImport("ntdll.dll", SetLastError=true)]
static extern int NtSetProcessIsCritical(bool NewValue, bool* OldValue, IntPtr reserved);

User-Defined Types:

None.

Alternative Managed API:

This is undocumented stuff. None.