Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Ddsound.h114 #define MAKE_DSHRESULT(code) MAKE_HRESULT(1,_FACDS,code) macro
119 #define DSERR_ALLOCATED MAKE_DSHRESULT(10)
120 #define DSERR_CONTROLUNAVAIL MAKE_DSHRESULT(30)
122 #define DSERR_INVALIDCALL MAKE_DSHRESULT(50)
124 #define DSERR_PRIOLEVELNEEDED MAKE_DSHRESULT(70)
126 #define DSERR_BADFORMAT MAKE_DSHRESULT(100)
128 #define DSERR_NODRIVER MAKE_DSHRESULT(120)
129 #define DSERR_ALREADYINITIALIZED MAKE_DSHRESULT(130)
131 #define DSERR_BUFFERLOST MAKE_DSHRESULT(150)
132 #define DSERR_OTHERAPPHASPRIO MAKE_DSHRESULT(160)
[all …]