Click or drag to resize

NativeAPIDbgHandleToObjectName Method

Namespace:  EasyHook
Assembly:  EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax
public static void DbgHandleToObjectName(
	IntPtr InNamedHandle,
	IntPtr OutNameBuffer,
	int InBufferSize,
	out int OutRequiredSize
)

Parameters

InNamedHandle
Type: SystemIntPtr
OutNameBuffer
Type: SystemIntPtr
InBufferSize
Type: SystemInt32
OutRequiredSize
Type: SystemInt32
See Also