IEnumSTATDATA interface (objidl.h)

Enumerates the advisory connection information for a data object.

Inheritance

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

Methods

The IEnumSTATDATA interface has these methods.

 
IEnumSTATDATA::Clone

Creates a new enumerator that contains the same enumeration state as the current one. (IEnumSTATDATA.Clone)
IEnumSTATDATA::Next

Retrieves the specified number of items in the enumeration sequence. (IEnumSTATDATA.Next)
IEnumSTATDATA::Reset

Resets the enumeration sequence to the beginning. (IEnumSTATDATA.Reset)
IEnumSTATDATA::Skip

Skips over the specified number of items in the enumeration sequence. (IEnumSTATDATA.Skip)

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Target Platform Windows
Header objidl.h

See also

IDataAdviseHolder::EnumAdvise

IDataObject::EnumDAdvise

IOleAdviseHolder::EnumAdvise

IOleCache::EnumCache