IOfflineFilesChangeInfo::IsLocallyModifiedData method (cscobj.h)

Determines whether an item's data was modified while working offline.

Syntax

HRESULT IsLocallyModifiedData(
  [out] BOOL *pbLocallyModifiedData
);

Parameters

[out] pbLocallyModifiedData

Receives TRUE if the item's data was modified in the Offline Files cache while working offline, or FALSE otherwise.

Return value

Returns S_OK if successful, or an error value otherwise.

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

IOfflineFilesChangeInfo