Version: |
1.2 |
Description: |
Saves all of the current entity and environment settings to a temporary memory buffer. |
Declaration: |
|
C/C++ |
extern "C" void WINAPI VCSaveSettings(); |
Delphi |
procedure VCSaveSettings; stdcall; |
ActiveX/COM |
Sub SaveSettings() |
Parameters: |
No parameters are used with this subroutine. |
Notes: |
Used to temporarily save the current settings so VCMatchCurrentEntity can extract all information form the current entity and its settings extracted from the system settings. The users default settings can then be restored with VCRestoreSettings. |
See Also: |
VCRestoreSettings, VCSaveSysSettings, VCRestoreSysSettings, VCSaveEnvironment |