Home | History | Annotate | Download | only in D3D9

Lines Matching defs:MAKE_HRESULT

42 #define MAKE_HRESULT(sev,fac,code) \
50 #define E_OUTOFMEMORY MAKE_HRESULT(1, 0x007, 14)
51 #define E_NOINTERFACE MAKE_HRESULT(1, 0x000, 0x4002)
52 #define E_POINTER MAKE_HRESULT(1, 0x000, 0x4003)
53 #define E_FAIL MAKE_HRESULT(1, 0x000, 0x4005)
192 #define MAKE_D3DHRESULT(code) MAKE_HRESULT(1, 0x876, code)
193 #define MAKE_D3DSTATUS(code) MAKE_HRESULT(0, 0x876, code)