GetProcAddressEx

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;

Parameters

dwProcessID
[in] Process id or process handle of the target process.
pLibraryName
[in] PChar of library name which exports the function.
pFunctionName
[in] PChar of the function which is exported.
Remarks

-

Return Values

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