Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |