DllExecuteCall( <cCallTemplate> [, <xParam,...>] ) --> xReturn
DllInfo( [<cDllName>|<nDllHandle>], <nDllInfo> ) --> xValue
DllLoad( <cDllName> [, <cFuncPrefix> ] [, <lSuppressInitExit>] ) --> nDllHandle
DllPrepareCall( <cDllName>|<nDllHandle>, [<nFunctionType>], <cFuncName>|<nOrdinal> >, [<nParameterType1>, ...] ) --> cCallTemplate
[STATIC] EXTERN [<CallingConvention>] [<Type>] <FunctionName>( [[@] <Parameter> AS <Type>, ...] ) IN <Library> [NAME <ExportedName>]