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.
Represents a collection of IOfflineFilesItem interface pointers.
Inheritance
The IEnumOfflineFilesItems interface inherits from the IUnknown interface. IEnumOfflineFilesItems also has these types of members:
Methods
The IEnumOfflineFilesItems interface has these methods.
IEnumOfflineFilesItems::Clone Creates a new instance of the enumerator with the same enumeration state as the current one. (IEnumOfflineFilesItems.Clone) |
IEnumOfflineFilesItems::Next Retrieves the next item in the enumeration and advances the enumerator. (IEnumOfflineFilesItems.Next) |
IEnumOfflineFilesItems::Reset Resets the enumeration to the beginning. (IEnumOfflineFilesItems.Reset) |
IEnumOfflineFilesItems::Skip Skips over the next specified number of elements in the enumeration. (IEnumOfflineFilesItems.Skip) |
Remarks
To obtain an instance of this interface, first obtain an instance of IOfflineFilesItemContainer using QueryInterface on an instance of one of the following interfaces:
- IOfflineFilesCache
- IOfflineFilesDirectoryItem
- IOfflineFilesItem
- IOfflineFilesServerItem
- IOfflineFilesShareItem
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | cscobj.h |