public static ProcessCriticalState GetProcessCriticalState(
IntPtr handle
)
Public Shared Function GetProcessCriticalState (
handle As IntPtr
) As ProcessCriticalState
Dim handle As IntPtr
Dim returnValue As ProcessCriticalState
returnValue = UtilProcess.GetProcessCriticalState(handle)
public:
static ProcessCriticalState GetProcessCriticalState(
IntPtr handle
)
static member GetProcessCriticalState :
handle : IntPtr -> ProcessCriticalState
No code example is currently available or this language may not be supported.