IOfflineFilesDirtyInfo interface (cscobj.h)

Represents information about an unsynchronized ("dirty") file in the Offline Files cache.

Inheritance

The IOfflineFilesDirtyInfo interface inherits from the IUnknown interface. IOfflineFilesDirtyInfo also has these types of members:

Methods

The IOfflineFilesDirtyInfo interface has these methods.

 
IOfflineFilesDirtyInfo::LocalDirtyByteCount

Retrieves the amount of unsynchronized ("dirty") data for the associated file in the local Offline Files cache.
IOfflineFilesDirtyInfo::RemoteDirtyByteCount

This method is reserved for future use. (IOfflineFilesDirtyInfo.RemoteDirtyByteCount)

Requirements

Requirement Value
Minimum supported client Windows Vista with SP1
Minimum supported server Windows Server 2008
Target Platform Windows
Header cscobj.h

See also

IOfflineFilesFileItem

Offline Files API Interfaces