DISP_PROPERTY_PARAM
Visual Studio 2010
Defines a property accessed with separate Get and Set member functions.
DISP_PROPERTY_PARAM(theClass, pszExternalName, pfnGet, pfnSet, vtPropType, vtsParams )
Consider the following declaration of get and set member functions that allow the user to request a specific row and column when accessing the property:
These correspond to the following DISP_PROPERTY_PARAM macro in the control dispatch map:
As another example, consider the following get and set member functions:
These correspond to the following DISP_PROPERTY_PARAM macro in the control dispatch map: