Searched refs:CheckError (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | webchild.cpp | 37 CheckError(VariantCopy(this, const_cast<VARIANT*>(&var))); in Variant() 43 CheckError(VariantCopy(this, const_cast<VARIANT*>(var))); in Variant() 55 CheckError(VariantChangeType(&v, (VARIANT*)this, 0, VT_I4)); in operator long() 62 CheckError(VariantChangeType(&v, (VARIANT*)this, 0, VT_BOOL)); in operator bool() 69 CheckError(VariantChangeType(&v, (VARIANT*)this, 0, VT_DISPATCH)); in operator IDispatch*() 76 CheckError(VariantChangeType(&v, (VARIANT*)this, 0, VT_BOOL)); in operator VARIANT_BOOL() 93 CheckError(VariantChangeType(&v, const_cast<VARIANT*>(&var), 0, VT_BSTR)); in assign() 161 CheckError(_browser->get_Document(&pHtmlDoc)); in navigated() 166 CheckError(pPersistStreamInit->InitNew()); in navigated() 167 CheckError(pPersistStreamInit->Load(pStream)); in navigated()
|
H A D | webchild.h | 90 CheckError(pCPC->FindConnectionPoint(riid, &this->_p)); in ConnectionPoint() 98 CheckError(connectionpoint->Advise(sink, &_cookie)); in EventConnection() 104 CheckError(connectionpoint->Advise(sink, &_cookie)); in EventConnection()
|
/reactos/sdk/include/vcruntime/ |
H A D | comutil.h | 43 inline void CheckError(HRESULT hr) { in CheckError() function 470 _com_util::CheckError(::VariantCopy(this,const_cast<VARIANT*>(&varSrc))); in _variant_t() 476 _com_util::CheckError(::VariantCopy(this,const_cast<VARIANT*>(pSrc))); in _variant_t() 481 …_com_util::CheckError(::VariantCopy(this,const_cast<VARIANT*>(static_cast<const VARIANT*>(&varSrc)… in _variant_t() 486 _com_util::CheckError(::VariantCopy(this,&varSrc)); in _variant_t() 737 _com_util::CheckError(::VariantCopy(this,const_cast<VARIANT*>(&varSrc))); 742 else { _com_util::CheckError(::VariantCopy(this,const_cast<VARIANT*>(pSrc))); } 746 …_com_util::CheckError(::VariantCopy(this,const_cast<VARIANT*>(static_cast<const VARIANT*>(&varSrc)… 1144 _com_util::CheckError(::VariantClear(this)); in Clear() 1176 …_com_util::CheckError(::VariantChangeType(static_cast<VARIANT*>(this),const_cast<VARIANT*>(static_… in ChangeType()
|
/reactos/sdk/lib/drivers/wdf/shared/targets/general/ |
H A D | fxiotarget.cpp | 1523 goto CheckError; in SubmitLocked() 1609 CheckError: in SubmitLocked()
|
/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | shellclasses.h | 167 inline void CheckError(HRESULT hr) in CheckError() function
|