IOfflineFilesChangeInfo::IsLocallyModifiedTime method (cscobj.h)

Determines whether one or more of an item's time values were modified while working offline.

Syntax

HRESULT IsLocallyModifiedTime(
  [out] BOOL *pbLocallyModifiedTime
);

Parameters

[out] pbLocallyModifiedTime

Receives TRUE if one or more of the item's time values were modified in the Offline Files cache while working offline, or FALSE otherwise.

Return value

Returns S_OK if successful, or an error value otherwise.

Remarks

Use IOfflineFilesFileSysInfo::GetTimes to examine the time values associated with an item.

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