IEnumAssocHandlers interface

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

Members

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

Methods

The IEnumAssocHandlers interface has these methods.

MethodDescription
Next

Retrieves a specified number of elements.

 

Remarks

SHAssocEnumHandlers is the usual method of creating an IEnumAssocHandlers pointer.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Shobjidl.h

IDL

Shobjidl.idl

See also

SHAssocEnumHandlers
IAssocHandler
IAssocHandlerInvoker

 

 

Show: