Table of Contents

Method OpenProcess

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

OpenProcess(int, bool, int)

public static extern SafeWin32Handle OpenProcess(int dwDesiredAccess, bool bInheritHandle, int dwProcessId)

Parameters

dwDesiredAccess int
bInheritHandle bool
dwProcessId int

Returns

SafeWin32Handle