IOfflineFilesEvents::ItemModified method (cscobj.h)

Reports that an item in the Offline Files cache has been modified.

Syntax

HRESULT ItemModified(
  [in] LPCWSTR                pszPath,
  [in] OFFLINEFILES_ITEM_TYPE ItemType,
  [in] BOOL                   bModifiedData,
  [in] BOOL                   bModifiedAttributes
);

Parameters

[in] pszPath

The item's UNC path string.

[in] ItemType

An OFFLINEFILES_ITEM_TYPE enumeration value that indicates the type of the item.

[in] bModifiedData

TRUE if the item's data was modified, FALSE otherwise.

[in] bModifiedAttributes

TRUE if one or more of the item's attributes were modified, FALSE otherwise.

Return value

The return value is ignored.

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

IOfflineFilesEvents