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