GetProcAddressX

The GetProcAddressX returns the address of an exported function of a library or executable.

function GetProcAddressX(
  dwLibraryHandle: DWord;
  pFunctionName: PChar)
: Pointer; stdcall;

Parameters

dwLibraryHandle
[in] Handle of the module which exports the function.
pFunctionName
[in] PChar of the function which is exported.
Remarks

-

Return Values

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