IOfflineFilesChangeInfo::IsLocallyModifiedAttributes method (cscobj.h)
Determines whether one or more of an item's attributes were modified while working offline.
Syntax
HRESULT IsLocallyModifiedAttributes(
[out] BOOL *pbLocallyModifiedAttributes
);
Parameters
[out] pbLocallyModifiedAttributes
Receives TRUE if one or more of the item's attributes 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::GetAttributes to examine the Win32 file attributes for 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 |