Table of Contents

Method TerminateProcess

Namespace
Microsoft.Samples.Debugging.Native
Assembly
NativeDebugWrappers.dll

TerminateProcess(IntPtr, uint)

public static extern bool TerminateProcess(IntPtr hProcess, uint uExitCode)

Parameters

hProcess IntPtr
uExitCode uint

Returns

bool