ISettingsEngine::GetStoreStatus method (wcmconfig.h)

Gets the status of the schema store.

Syntax

HRESULT GetStoreStatus(
  [in]  void          *Reserved,
  [out] WcmUserStatus *Status
);

Parameters

[in] Reserved

Reserved. Must be NULL.

[out] Status

A WcmUserStatus value that indicates the status of the store.

Return value

This method returns an HRESULT value. S_OK indicates success.

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