Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - calldll() calls a function placed into a dll http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 CallDll()              Calls a function placed into a DLL
--------------------------------------------------------------------------------

   Syntax:              CallDll( <cFuntionDef>, <uParam1,...> )  --> <uResult>


   Parameters:

   <cFunctionDef>       A special string which holds all the necessary
                        information to execute a certain action. This string
                        is automatically produced by the function
                        GetProcAddress().

   <uParam1,...>        Are the parameters supplied to the called function.
                        This depends on the DLL function we are going to call.

   Returns:             The returned value from the DLL function.


   Observations:        See INCLUDE\\DLL.CH for the xBase way of doing this
                        DLLs functions calls.

   Sample:              See SAMPLES\\DllCall.prg


   Source code:         SOURCE\\WINAPI\\CallDll.c


   See also:            GetProcAddress()



Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson