IOfflineFilesDirtyInfo::RemoteDirtyByteCount method (cscobj.h)

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

See also

IOfflineFilesDirtyInfo