Skip to content

IDispatch

chuacw edited this page Feb 7, 2023 · 1 revision

Description

IDispatch is the interface used to support Automation.

Implement the IDispatch interface in COM-enabled classes that have to act as Automation controllers. The IDispatch interface exposes a number of methods for Automation clients that require late binding (such as scripting languages).

Hierarchy

Up to Parent: IUnknown

Methods

Method Description

Properties

Property Description
There are no properties.
Clone this wiki locally