Home
last modified time | relevance | path

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

/reactos/modules/rostests/dxtest/ddraw/
H A Ddebug.cpp98 case DDERR_WRONGMODE: return "DDERR_WRONGMODE"; in DDErrorString()
/reactos/modules/rostests/tests/DxHalTest/
H A Dmain.h252 case DDERR_WRONGMODE: return "DDERR_WRONGMODE"; in DDErrorString()
/reactos/dll/directx/wine/ddraw/
H A Dsurface.c3699 return DDERR_WRONGMODE; in ddraw_surface7_Restore()
3706 return DDERR_WRONGMODE; in ddraw_surface7_Restore()
/reactos/sdk/include/psdk/
H A Dddraw.h161 #define DDERR_WRONGMODE MAKE_DDHRESULT(587) macro