CComDispatchDriver::PutProperty

This method sets the value of the property identified by dwDispID to the value in var. If you supply pDisp, that IDispatch pointer is used. If you do not, the IDispatch pointer contained in the p data member is used.

At a Glance

Header file: Atlctl.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

HRESULT PutProperty( DISPID dwDispID, VARIANT* var );

static HRESULT PutProperty( IDispatch* pDisp, DISPID dwDispID, VARIANT* var );

See Also

CComDispatchDriver::GetProperty