Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/d3dx9_36/
H A Dxfile.c98 …ok(ret == D3DXFERR_BADFILEVERSION, "RegisterTemplates returned %#x, expected %#x\n", ret, D3DXFERR… in test_templates()
/reactos/sdk/include/dxsdk/
H A Dd3dx9xof.h172 #define D3DXFERR_BADFILEVERSION MAKE_HRESULT(1,_FACD3DXF,909) macro
/reactos/dll/directx/wine/d3dx9_36/
H A Dxfile.c39 return D3DXFERR_BADFILEVERSION; in error_dxfile_to_d3dxfile()