VCSaveSysSettings


Version:

1.2.1

Description:

Saves all of the current environment settings (except for entity specific values) to a temporary memory buffer.

Declaration:

 

C/C++

extern "C" void WINAPI VCSaveSysSettings(void);

Delphi

procedure VCSaveSysSettings; stdcall;

ActiveX/COM

Sub SaveSysSettings()

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:

VCSaveSettings, VCRestoreSettings, VCRestoreSysSettings