The GetProcAddressEx returns the address of an exported function of a library or executable inside a process.
function GetProcAddressEx( dwProcessID: DWord; pLibraryName: PChar; pFunctionName: PChar ): Pointer; stdcall;
-
If the function succeeds, the return value is 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 |