Dispatch Maps
OLE Automation provides ways to call methods and to access properties across applications. The mechanism supplied by the Microsoft Foundation Class Library for dispatching these requests is the "dispatch map," which designates the internal and external names of object functions and properties, as well as the data types of the properties themselves and of function arguments.
Dispatch Maps
Declares that a dispatch map will be used to expose a class's methods and properties (must be used in the class declaration). |
|
Starts the definition of a dispatch map. |
|
Ends the definition of a dispatch map. |
|
Used in a dispatch map to define an OLE automation function. |
|
Defines an OLE automation property. |
|
Defines an OLE automation property and names the Get and Set functions. |
|
Defines an OLE automation property with notification. |
|
Defines an OLE automation property that takes parameters and names the Get and Set functions. |
|
Makes an existing property the default value of an object. |