DXUTERR
The following table lists the values that can be returned by functions in the Microsoft Direct3D sample framework.
#define | Description |
---|
DXUTERR_CREATINGDEVICE | An error occurred when attempting to create an IDirect3DDevice9 device. |
DXUTERR_CREATINGDEVICEOBJECTS | An error occurred in the device creation callback function. |
DXUTERR_INCORRECTVERSION | The incorrect version of Direct3D or D3DX is installed. |
DXUTERR_MEDIANOTFOUND | The Microsoft DirectX software development kit (SDK) media file could not be found. |
DXUTERR_NOCOMPATIBLEDEVICES | No IDirect3DDevice9 device could be found with the specified device settings. |
DXUTERR_NODIRECT3D | No IDirect3D9 object could be found. |
DXUTERR_NONZEROREFCOUNT | The IDirect3DDevice9 device has a non-zero reference count, meaning that some objects were not released. |
DXUTERR_RESETTINGDEVICE | An error occurred when attempting to reset an IDirect3DDevice9 device. |
DXUTERR_RESETTINGDEVICEOBJECTS | An error occurred in the device creation callback function. |
Constant Information
Header | dxut.h |
---|
Minimum operating system | Windows 98 |
---|