Searched defs:MAKE_HRESULT (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddmerror.h38 #ifndef MAKE_HRESULT
39 #define MAKE_HRESULT(sev,fac,code) \ macro
43 #define MAKE_DMHRESULTSUCCESS(code) MAKE_HRESULT(0, FACILITY_DIRECTMUSIC, (DMUS_ERRBASE + (code)))
44 #define MAKE_DMHRESULTERROR(code) MAKE_HRESULT(1, FACILITY_DIRECTMUSIC, (DMUS_ERRBASE + (code)))
H A Dwinerror.h76 #define MAKE_HRESULT(sev,fac,code) \ macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddmerror.h38 #ifndef MAKE_HRESULT
39 #define MAKE_HRESULT(sev,fac,code) \ macro
43 #define MAKE_DMHRESULTSUCCESS(code) MAKE_HRESULT(0, FACILITY_DIRECTMUSIC, (DMUS_ERRBASE + (code)))
44 #define MAKE_DMHRESULTERROR(code) MAKE_HRESULT(1, FACILITY_DIRECTMUSIC, (DMUS_ERRBASE + (code)))
H A Dwinerror.h76 #define MAKE_HRESULT(sev,fac,code) \ macro

Completed in 119 milliseconds