Lines Matching defs:hres
259 const HRESULT hres = getSubStreamSize->GetSubStreamSize(subStream_Index, &subStream_Size);
260 if (hres != S_OK)
268 if (hres == S_FALSE)
273 if (hres == E_NOTIMPL)
278 return hres;
490 const HRESULT hres = inStream->Read(_bufs[state] + total, curSize, &curSize);
491 _readRes[state] = hres;
496 if (hres != S_OK)
540 HRESULT hres_Crit = S_OK; // critical hres status (mostly from input stream reading)
555 const HRESULT hres = _readRes[state];
559 hres_Crit = hres;
562 if (hres != S_OK && hres_Weak == S_OK)
563 hres_Weak = hres;