Searched defs:hres (Results 1 – 5 of 5) sorted by relevance
93 HRESULT hres = mQuery->GetData(&numPixels, sizeof(DWORD), D3DGETDATA_FLUSH); in testQuery() local
30 HGLOBAL hres = LoadResource(module, hres_info); in GetResourceFromModule() local
49 #define EXIT_ON_ERROR(hres) do { if (FAILED(hres)) goto Exit; } while(0) argument52 #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