Lines Matching refs:hr
152 HRESULT hr = E_UNEXPECTED; in GetCount() local
155 hr = m_pCache->GetCount( pcProps ); in GetCount()
158 return hr; in GetCount()
164 HRESULT hr = E_UNEXPECTED; in GetAt() local
167 hr = m_pCache->GetAt( iProp, pKey ); in GetAt()
170 return hr; in GetAt()
176 HRESULT hr = E_UNEXPECTED; in GetValue() local
179 hr = m_pCache->GetValue( key, pPropVar ); in GetValue()
182 return hr; in GetValue()
188 HRESULT hr = E_UNEXPECTED; in SetValue() local
191 hr = STG_E_ACCESSDENIED; in SetValue()
193 return hr; in SetValue()
263 HRESULT hr = GetItemData( pMetaInfoReader, i, &propvarValues); in LoadProperties() local
264 if (hr == S_OK) in LoadProperties()
267 hr = PSCoerceToCanonicalValue( g_rgPROPERTYMAP[i].key, &propvarValues ); in LoadProperties()
268 if (SUCCEEDED(hr)) in LoadProperties()
271 hr = m_pCache->SetValueAndState( g_rgPROPERTYMAP[i].key, &propvarValues, PSC_NORMAL ); in LoadProperties()
398 HRESULT hr = pUnk->QueryInterface( riid, ppvObject ); in CreateInstance() local
403 return hr; in CreateInstance()