Gets a handle for the specified object - basically, a round-about way of casting an object to a pointer.
Namespace: KernelAssembly: Kernel (in Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- anObj
- Type: System Object
The object to get a handle of.
Return Value
Type: Void*The pointer to the object.
Remarks
See Also