CComDispatchDriver::GetProperty

This method gets the value of the property identified by dwDispID. 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 GetProperty( DISPID dwDispID, VARIANT* var );

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

See Also

CComDispatchDriver::PutProperty