Home | History | Annotate | Download | only in src

Lines Matching full:_hr

1125                         HRESULT _Hr = CaptureUiThreadContext(&_M_context._M_pContextCallback);
1126 if (FAILED(_Hr))
1138 HRESULT _Hr = CoGetObjectContext(IID_IContextCallback, reinterpret_cast<void **>(&_M_context._M_pContextCallback));
1139 if (FAILED(_Hr))
1194 HRESULT _Hr = _M_context._M_pContextCallback->ContextCallback(&_Bridge, &callData, IID_ICallbackWithNoReentrancyToApplicationSTA, 5, nullptr);
1195 if (FAILED(_Hr))
1197 return _Hr;
1385 HRESULT _Hr;
1392 _Hr = CoMarshalInterThreadInterfaceInStream(winrt_type<_Type>::getuuid(), _PUnk, &_PStream);
1397 _CONCRT_ASSERT(SUCCEEDED(_Hr));
1403 _Hr = CoGetInterfaceAndReleaseStream(_PStream, winrt_type<_Type>::getuuid(), reinterpret_cast<void**>(&_Proxy));
1404 if (FAILED(_Hr))
1406 throw std::make_exception_ptr(_Hr);
1422 HRESULT _Hr;
1429 _Hr = CoMarshalInterThreadInterfaceInStream(winrt_type<_Type>::getuuid(), _PUnk, &_PStream);
1434 _CONCRT_ASSERT(SUCCEEDED(_Hr));
1440 _Hr = CoGetInterfaceAndReleaseStream(_PStream, winrt_type<_Type>::getuuid(), reinterpret_cast<void**>(&_Proxy));
1441 if (FAILED(_Hr))
1443 throw std::make_exception_ptr(_Hr);
3193 HRESULT _hr;
3195 if (SUCCEEDED(hr = _Operation->QueryInterface<ABI::Windows::Foundation::IAsyncInfo>(pAsyncInfo.GetAddressOf())) && SUCCEEDED(hr = pAsyncInfo->get_ErrorCode(&_hr)))
3196 _OuterTask->_CancelWithException(std::make_exception_ptr(_hr));
7785 HRESULT _hr;
7786 hr = _Ex->GetErrorDetails(NULL, &_hr, NULL, NULL);
7787 if (SUCCEEDED(hr)) hr = _hr;