GetProcAddressM

Syntax:

address = GetProcAddressM(Hmodule.l,FunctionName.s)

Parameters:

HModule

=

memorypointer where the DLL is virtuall loaded in memory(Returnvalue from LoadLibraryM)

FunctionName.s

=

DLL-Function as string


Return Values:

address

=

Adress of Function in Memory (For CallFunctionFast)


Description:

Get a Function Pointer from a Memory-loaded DLL


Example:


Remarks:

tested with 2k/XP



Supported OS:   Windows