Click or drag to resize

HookRuntimeInfoPointerToModule Method

Retrives the unmanaged module that contains the given pointer. If no module can be found, null is returned. This method will automatically update the unmanaged module list from time to time. Executes in less than one micro secound.

Namespace:  EasyHook
Assembly:  EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax
public static ProcessModule PointerToModule(
	IntPtr InPointer
)

Parameters

InPointer
Type: SystemIntPtr

Return Value

Type: ProcessModule
See Also