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
)
Public Shared Sub DbgGetThreadIdByHandle (
InThreadHandle As IntPtr,
<OutAttribute> ByRef OutThreadId As Integer
)
public:
static void DbgGetThreadIdByHandle(
IntPtr InThreadHandle,
[OutAttribute] int% OutThreadId
)
static member DbgGetThreadIdByHandle :
InThreadHandle : IntPtr *
OutThreadId : int byref -> unit
Parameters
- InThreadHandle
- Type: SystemIntPtr
- OutThreadId
- Type: SystemInt32
See Also