Home | History | Annotate | Download | only in nine

Lines Matching refs:hr

61     HRESULT hr;
87 hr = d3dmultisample_type_check(pParams->device->screen,
92 if (FAILED(hr)) {
93 return hr;
170 hr = NineResource9_ctor(&This->base, pParams, pResource,
174 if (FAILED(hr))
175 return hr;
307 HRESULT hr;
325 hr = NineUnknown_QueryInterface(NineUnknown(This)->container, riid, ppContainer);
326 if (FAILED(hr))
328 return hr;