Lines Matching refs:CPropertyHdl
72 CPropertyHdl::CPropertyHdl( long nRefCnt ) : in CPropertyHdl() function in CPropertyHdl
84 CPropertyHdl::~CPropertyHdl() in ~CPropertyHdl()
97 HRESULT STDMETHODCALLTYPE CPropertyHdl::QueryInterface(REFIID riid, void __RPC_FAR *__RPC_FAR *ppvO… in QueryInterface()
131 ULONG STDMETHODCALLTYPE CPropertyHdl::AddRef( void ) in AddRef()
137 ULONG STDMETHODCALLTYPE CPropertyHdl::Release( void ) in Release()
150 HRESULT STDMETHODCALLTYPE CPropertyHdl::GetCount( DWORD *pcProps ) in GetCount()
162 HRESULT STDMETHODCALLTYPE CPropertyHdl::GetAt( DWORD iProp, PROPERTYKEY *pKey ) in GetAt()
174 HRESULT STDMETHODCALLTYPE CPropertyHdl::GetValue( REFPROPERTYKEY key, PROPVARIANT *pPropVar ) in GetValue()
186 HRESULT STDMETHODCALLTYPE CPropertyHdl::SetValue( REFPROPERTYKEY key, REFPROPVARIANT propVar ) in SetValue()
197 HRESULT STDMETHODCALLTYPE CPropertyHdl::Commit() in Commit()
205 HRESULT STDMETHODCALLTYPE CPropertyHdl::IsPropertyWritable( REFPROPERTYKEY key ) in IsPropertyWritable()
214 HRESULT STDMETHODCALLTYPE CPropertyHdl::Initialize( IStream *pStream, DWORD grfMode ) in Initialize()
255 void CPropertyHdl::LoadProperties( CMetaInfoReader *pMetaInfoReader ) in LoadProperties()
278 HRESULT CPropertyHdl::GetItemData( CMetaInfoReader *pMetaInfoReader, UINT nIndex, PROPVARIANT *pVar… in GetItemData()
391 pUnk = static_cast<IPropertyStore*>( new CPropertyHdl() ); in CreateInstance()