IEnumAssocHandlers interface (shobjidl_core.h)

Exposes a method that allows enumeration of a collection of handlers associated with particular file name extensions.

Inheritance

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

Methods

The IEnumAssocHandlers interface has these methods.

 
IEnumAssocHandlers::Next

Retrieves a specified number of elements.

Remarks

SHAssocEnumHandlers is the usual method of creating an IEnumAssocHandlers pointer.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header shobjidl_core.h (include Shobjidl.h)

See also

IAssocHandler

IAssocHandlerInvoker

SHAssocEnumHandlers