Table of Contents

Method OpenThread

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

OpenThread(ThreadAccess, bool, uint)

public static extern IntPtr OpenThread(ThreadAccess dwDesiredAccess, bool bInheritHandle, uint dwThreadId)

Parameters

dwDesiredAccess ThreadAccess
bInheritHandle bool
dwThreadId uint

Returns

IntPtr