The GetProcAddressX returns the address of an exported function of a library or executable.
function GetProcAddressX( dwLibraryHandle: DWord; pFunctionName: PChar) : Pointer; stdcall;
-
If the function succeeds, the return value is the address of exported function.
If the function fails, the return value is nil.
Requirements
| Client | Requires Windows XP, Windows 2000 Professional, Windows NT Workstation, Windows Me, Windows 98, or Windows 95. |
|---|---|
| Header |
Declared in uallKernel.pas |