ISettingsEngine::UnloadStore method (wcmconfig.h)

Unloads the schema store hive and frees resources. If there are currently unreleased SMI objects when calling this method, it fails and returns an error value E_ACCESSDENIED. You must release all SMI objects before calling UnloadStore.

Syntax

HRESULT UnloadStore(
  [in] void *Reserved
);

Parameters

[in] Reserved

Reserved.

Return value

This method returns an HRESULT value. S_OK indicates success. If there are currently unreleased SMI objects when calling UnloadStore, UnloadStore will fail and return E_ACCESSDENIED. Before calling UnloadStore, release all SMI objects. If the store was not already loaded, it may return E_INVALIDARG.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header wcmconfig.h
DLL SMIEngine.dll

See also

ISettingsEngine