Searched defs:hres (Results 1 – 2 of 2) sorted by relevance
43 #define EXIT_ON_ERROR(hres) do { if (FAILED(hres)) goto Exit; } while(0) argument46 #define CONTINUE_ON_ERROR(hres) do { if (FAILED(hres)) goto Next; } while(0) argument
1504 HRESULT hres = factory->QueryInterface(riid, out_factory); in CreateDXGIFactory1() local