Version: |
2.0 |
Description: |
The command line for the DLL function. |
Declaration: |
|
C/C++ |
extern "C" short WINAPI VCGetDllRunCmdLine(short*
iError, char* szPath); |
Delphi |
function VCGetDllRunCmdLine(var iError: Smallint; szPath:
PAnsiChar):Smallint; stdcall; |
ActiveX/COM |
Function GetDllRunCmdLine() As String |
Parameters: |
return - the length of the
return string. |
Notes: |
Visual CADD™ can run functions from within a DLL through the scripting
language. This allows developers to create add on applications in a Windows
DLL format and then simply reference functions contained in the DLL. Visual CADD™ will load the DLL into memory and access the specified function.
Generally, this is simply done through the Visual CADD™ interface with
the Assign Script command or the CMDEXT file. Please refer to Customizing
Visual CADD™ for more information this. An application can also launch
the routines through the API. |
See Also: |
VCGetDllRunFunction, VCGetDllRunName, VCGetOleDllClassName, VCGetOleDllFunctionCmdLine, VCGetOleDllFunctionName, VCGetOleDllName |