This interface exposes objects, methods, and properties to Automation programming tools and other applications.
At a Glance
Header file: | Oaidl.h |
Windows CE versions: | 2.0 and later |
Method | Description |
IDispatch::GetIDsOfNames | Maps a single member name and an optional set of parameter names to a corresponding set of integer dispatch identifiers (DISPIDs), which can then be used on subsequent calls to IDispatch::Invoke. |
IDispatch::GetTypeInfo | Retrieves the type information for an object. |
IDispatch::GetTypeInfoCount | Retrieves the number of type information interfaces that an object provides, either 0 or 1. |
IDispatch::Invoke | Provides access to properties and methods exposed by an object. |