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.
This method is reserved for future use.
Syntax
HRESULT RemoteDirtyByteCount(
[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 only be called 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 |