Version: |
1.2 |
Description: |
Used to remove the Visual CADD™ DLL from memory. |
Declaration: |
|
C/C++ |
extern "C" void WINAPI VCTerminateDialogs(void); |
Delphi |
procedure VCTerminateDialogs; stdcall; |
ActiveX/COM |
Sub TerminateDialogs() |
Parameters: |
No parameters are used with this subroutine. |
Notes: |
In order to access routines
in the Visual CADD™ engine from an external stand-alone interface, the
DLL must be initialized to set up a drawing database and establish all
necessary functionality. The full API set is available to the application
after initializing the DLL. The Visual CADD™ engine should be cleared from
memory with VCTerminate when the stand-alone application terminates. |
See Also: |