|

CallConvention


(number) The calling convention that AutoPlay will use when calling the DLL function:



CONSTANT


VALUE DESCRIPTION


DLL_CALL_CDECL


0


Call the DLL function using the cdecl calling convention.


DLL_CALL_STDCALL


1


Call the DLL function using the stdcall calling convention.


Re t u r n s


(string) The value that was returned from the DLL function as a result of the function call. If an error occurs, a blank string "" is returned. You can use Application.GetLastError to determine whether this action failed, and why.


|