Import.RtlSetProcessIsCritical Method

[DllImport("ntdll.dll",
            SetLastError = true)] 
public static extern void RtlSetProcessIsCritical( 
UInt32 v1
UInt32 v2
UInt32 v3 
)
This language is not supported or no code example is available.

Parameters

v1
UInt32

v2
UInt32

v3
UInt32

[DllImport("ntdll.dll",
     SetLastError = true)]
 public static extern void RtlSetProcessIsCritical(uint v1,
     uint v2,
     uint v3);
					
This language is not supported or no code example is available.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

.NET Core

Supported in: 5.0+, 6.0+

In this article

Definition