Table of Contents

Method OpenProcess

Namespace
Microsoft.Samples.Debugging.CorDebug
Assembly
corapi.dll

OpenProcess(int, bool, int)

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

Parameters

dwDesiredAccess int
bInheritHandle bool
dwProcessId int

Returns

ProcessSafeHandle