IDispatchImpl Members

Class Methods

IDispatchImpl

The constructor. Calls AddRef on the protected member variable that manages the type information for the dual interface. The destructor calls Release.

IDispatch Methods

GetIDsOfNames

Maps a set of names to a corresponding set of dispatch identifiers.

GetTypeInfo

Retrieves the type information for the dual interface.

GetTypeInfoCount

Determines whether there is type information available for the dual interface.

Invoke

Provides access to the methods and properties exposed by the dual interface.

See Also

Reference

IDispatchImpl Class