I need a reference for finding equivalent error codes for DirectX 11 that was used in DirectX 9 implementations like following:
D3DERR_INVALIDDEVICE D3DERR_DRIVERINVALIDCALL D3DERR_TOOMANYOPERATIONS D3DERR_DEVICELOST D3DERR_DEVICENOTRESET D3DERR_NOTAVAILABLE I have found that winerror.h contains all the DXGI error codes but could not find equivalent code for the above mentioned errors in DiretcX 9. Please help me finding a reference or wiki to find an equivalent error code.