The GetModuleHandleAX function returns the module handle of the module filename.
function GetModuleHandleAX( pModuleName: PChar ): DWord; stdcall;
No special Api is used.
If the function succeeds, the return value is module handle.
If the function fails, the return value is 0.
Requirements
| Client | Requires Windows XP, Windows 2000 Professional, Windows NT Workstation, Windows Me, Windows 98, or Windows 95. |
|---|---|
| Header |
Declared in uallKernel.pas |