HomeSort by relevance Sort by last modified time
    Searched defs:MAKE_HRESULT (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dmerror.h 29 #ifndef MAKE_HRESULT
30 #define MAKE_HRESULT(sev,fac,code) \
34 #define MAKE_DMHRESULTSUCCESS(code) MAKE_HRESULT(0, FACILITY_DIRECTMUSIC, (DMUS_ERRBASE + (code)))
35 #define MAKE_DMHRESULTERROR(code) MAKE_HRESULT(1, FACILITY_DIRECTMUSIC, (DMUS_ERRBASE + (code)))
winerror.h     [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h 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)
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 116 milliseconds