IEnumReadyCallback interface

Exposes methods that enable the view to notify the implementer when the enumeration has completed. The view calls this method to tell the implementer that the enumeration can be retrieved via IEnumerableView::CreateEnumIDListFromContents. The callback allows the implementer to share the views enumeration.

Members

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

Methods

The IEnumReadyCallback interface has these methods.

MethodDescription
EnumReady

Notifies the implementer that the view's item enumeration has completed. This callback interface is provided to the view via IEnumerableView::SetEnumReadyCallback

 

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Shobjidl.h

IDL

Shobjidl.idl

 

 

Show: