Lines Matching refs:m_pCache
74 m_pCache( NULL ) in CPropertyHdl()
86 if ( m_pCache ) in ~CPropertyHdl()
88 m_pCache->Release(); in ~CPropertyHdl()
89 m_pCache = NULL; in ~CPropertyHdl()
153 if ( m_pCache && pcProps ) in GetCount()
155 hr = m_pCache->GetCount( pcProps ); in GetCount()
165 if ( m_pCache ) in GetAt()
167 hr = m_pCache->GetAt( iProp, pKey ); in GetAt()
177 if ( m_pCache ) in GetValue()
179 hr = m_pCache->GetValue( key, pPropVar ); in GetValue()
189 if ( m_pCache ) in SetValue()
219 if ( !m_pCache ) in Initialize()
222 …ED( PSCreateMemoryPropertyStore( IID_IPropertyStoreCache, reinterpret_cast<void**>(&m_pCache) ) ) ) in Initialize()
224 if ( FAILED( PSCreateMemoryPropertyStore( IID_PPV_ARGS( &m_pCache ) ) ) ) in Initialize()
271 … hr = m_pCache->SetValueAndState( g_rgPROPERTYMAP[i].key, &propvarValues, PSC_NORMAL ); in LoadProperties()