Lines Matching defs:hres
30 #define UPDATE_HRES(hres, x) \
31 { const HRESULT res2 = (x); if (hres == SZ_OK) hres = res2; }
37 HRESULT hres = S_OK;
58 if (hres == S_OK)
59 hres = hres2;
85 if (hres == S_OK)
86 hres = hres3;
87 if (hres == S_OK && NumListItems != 0)
88 hres = E_FAIL;
89 return hres;
372 HRESULT hres;
382 hres = s.StreamSpec->GetSize(&realSize);
383 if (hres == S_OK)
392 hres = E_FAIL;
396 hres = GetLastError_noZero_HRESULT();
399 return hres;
672 HRESULT hres = s.Stream->Write(data, curSize, &realProcessed);
696 if (hres == S_OK)
697 hres = res2;
703 RINOK(hres)