Version: |
1.2.1 |
Description: |
Restores all of the system settings (everything but the entity-specific data) from a temporary memory buffer. |
Declaration: |
|
C/C++ |
extern "C" void WINAPI VCRestoreSysSettings(void); |
Delphi |
procedure VCRestoreSysSettings; stdcall; |
ActiveX/COM |
Sub RestoreSysSettings() |
Parameters: |
No parameters are used with this subroutine. |
Notes: |
After retrieving all relevant information from the system settings following a VCMatchCurrentEntity, it is necessary to retrieve all the valid current settings and re-establish all the user settings as current. |
See Also: |