Click or drag to resize

NativeAPIDbgGetThreadIdByHandle Method

Namespace:  EasyHook
Assembly:  EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax
public static void DbgGetThreadIdByHandle(
	IntPtr InThreadHandle,
	out int OutThreadId
)

Parameters

InThreadHandle
Type: SystemIntPtr
OutThreadId
Type: SystemInt32
See Also