NativeAPICloseHandle Method |
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax public static void CloseHandle(
IntPtr InHandle
)
Public Shared Sub CloseHandle (
InHandle As IntPtr
)
public:
static void CloseHandle(
IntPtr InHandle
)
static member CloseHandle :
InHandle : IntPtr -> unit
Parameters
- InHandle
- Type: SystemIntPtr
See Also