void GetProperty( DISPID dwDispID, VARTYPE vtProp, void* pvProp ) const;
Parameters
dwDispID
Identifies the property to be retrieved. This value is usually supplied by ClassWizard.
vtProp
Specifies the property to be retrieved. For possible values, see the Remarks section for COleDispatchDriver::InvokeHelper.
pvProp
Address of the variable that will receive the property value. It must match the type specified by vtProp.
Remarks
Gets the object property specified by dwDispID.
COleDispatchDriver Overview | Class Members | Hierarchy Chart
See Also COleDispatchDriver::InvokeHelper, COleDispatchDriver::SetProperty