NativeAPIDbgGetProcessIdByHandle Method |
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax public static void DbgGetProcessIdByHandle(
IntPtr InProcessHandle,
out int OutProcessId
)
Public Shared Sub DbgGetProcessIdByHandle (
InProcessHandle As IntPtr,
<OutAttribute> ByRef OutProcessId As Integer
)
public:
static void DbgGetProcessIdByHandle(
IntPtr InProcessHandle,
[OutAttribute] int% OutProcessId
)
static member DbgGetProcessIdByHandle :
InProcessHandle : IntPtr *
OutProcessId : int byref -> unit
Parameters
- InProcessHandle
- Type: SystemIntPtr
- OutProcessId
- Type: SystemInt32
See Also