IOfflineFilesDirtyInfo::LocalDirtyByteCount method (cscobj.h)
Retrieves the amount of unsynchronized ("dirty") data for the associated file in the local Offline Files cache.
Syntax
HRESULT LocalDirtyByteCount(
[out] LARGE_INTEGER *pDirtyByteCount
);
Parameters
[out] pDirtyByteCount
The number of bytes of unsynchronized data.
Return value
Returns S_OK if successful, or an error value otherwise.
Remarks
This method can be called only for file items, which are represented by IOfflineFilesFileItem objects.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista with SP1 |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | cscobj.h |
DLL | CscSvc.dll; CscObj.dll |