Home
last modified time | relevance | path

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

/reactos/modules/rostests/dxtest/ddraw/
H A Ddebug.cpp54 case DDERR_PALETTEBUSY: return "DDERR_PALETTEBUSY"; in DDErrorString()
/reactos/modules/rostests/tests/DxHalTest/
H A Dmain.h208 case DDERR_PALETTEBUSY: return "DDERR_PALETTEBUSY"; in DDErrorString()
/reactos/sdk/include/psdk/
H A Dddraw.h117 #define DDERR_PALETTEBUSY MAKE_DDHRESULT(387) macro