ISettings::AutomaticCompact

Salesmate +

No parameters

Property description

Used to check whether Automatic backup is enabled or not

Example code

CComPtr<ISettings>m_ISettings;                                                      
HRESULT hr = m_ISettings.CoCreateInstance(CLSID_Settings);                                                                       m_ISettings->get_AutomaticBackup(&bval);

(C) 1999-2001 My Company All rights reserved