-
Notifications
You must be signed in to change notification settings - Fork 12
IDispatch
chuacw edited this page Feb 7, 2023
·
1 revision
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).
Up to Parent: IUnknown
Method | Description |
---|
Property | Description |
---|---|
There are no properties. |