GetRealModuleHandle

The GetRealModuleHandle function returns the handle of the module where a address is located.

function GetRealModuleHandle(
  pAddress: Pointer
): DWord; stdcall;


Parameters

pAddress
[in] pAddress located inside a library.
 

Remarks

-

 

Return Values

The return value is the module handle where the address is located.

 

Requirements

Client Requires Windows XP, Windows 2000 Professional, Windows NT Workstation, Windows Me, Windows 98, or Windows 95.
Header

Declared in uallKernel.pas