Searched refs:MAKE_DSHRESULT (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddsound.h123 #define MAKE_DSHRESULT(code) MAKE_HRESULT(1,_FACDS,code) macro
128 #define DSERR_ALLOCATED MAKE_DSHRESULT(10)
129 #define DSERR_CONTROLUNAVAIL MAKE_DSHRESULT(30)
131 #define DSERR_INVALIDCALL MAKE_DSHRESULT(50)
133 #define DSERR_PRIOLEVELNEEDED MAKE_DSHRESULT(70)
135 #define DSERR_BADFORMAT MAKE_DSHRESULT(100)
137 #define DSERR_NODRIVER MAKE_DSHRESULT(120)
138 #define DSERR_ALREADYINITIALIZED MAKE_DSHRESULT(130)
140 #define DSERR_BUFFERLOST MAKE_DSHRESULT(150)
141 #define DSERR_OTHERAPPHASPRIO MAKE_DSHRESULT(16
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddsound.h123 #define MAKE_DSHRESULT(code) MAKE_HRESULT(1,_FACDS,code) macro
128 #define DSERR_ALLOCATED MAKE_DSHRESULT(10)
129 #define DSERR_CONTROLUNAVAIL MAKE_DSHRESULT(30)
131 #define DSERR_INVALIDCALL MAKE_DSHRESULT(50)
133 #define DSERR_PRIOLEVELNEEDED MAKE_DSHRESULT(70)
135 #define DSERR_BADFORMAT MAKE_DSHRESULT(100)
137 #define DSERR_NODRIVER MAKE_DSHRESULT(120)
138 #define DSERR_ALREADYINITIALIZED MAKE_DSHRESULT(130)
140 #define DSERR_BUFFERLOST MAKE_DSHRESULT(150)
141 #define DSERR_OTHERAPPHASPRIO MAKE_DSHRESULT(16
[all...]

Completed in 53 milliseconds