GetDllCallConv
Flag = GetDllCallConv(DLLNumber)
 
Parameters:

    DLLNumber = The DLLNumber
Returns:

    Flag = Hold the current calling convention
 

     GetDllCallConv retrieves the current calling convention of a given DLL. PlayBASIC supports three types of calling conventions.

Read DllCallConv for more information about calling convention.




FACTS


      * Calling conventions determine the order in which parameters are passed to the routine.
      * They also affect the removal of parameters from the stack.



 
Related Info: CallDll | DllCallConv | LoadDLL :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com