IOfflineFilesCache::EnumSettingObjects method (cscobj.h)

Creates an enumerator of instances of IOfflineFilesSetting. This allows the caller to enumerate all of the available settings that affect the behavior of Offline Files.

Syntax

HRESULT EnumSettingObjects(
  [out] IEnumOfflineFilesSettings **ppEnum
);

Parameters

[out] ppEnum

On success, receives the address of an instance of IEnumOfflineFilesSettings.

Return value

Returns S_OK if successful, or an error value otherwise.

Remarks

A known setting may be retrieved by name using IOfflineFilesCache::GetSettingObject.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header cscobj.h
DLL CscSvc.dll; CscObj.dll

See also

IOfflineFilesCache