Microsoft DirectX 8.1 (C++) |
Displays a message box with error information.
HRESULT DXTRACE_ERR( char *str, HRESULT hr );
Returns the HRESULT that was assigned to hr.
The string and error name is accompanied by the file name and line number. The macro declaration is:
DXTRACE_ERR(str,hr) DXTrace(__FILE__,(DWORD)__LINE__,hr,str,TRUE )
Windows NT/2000/XP: Requires Windows® 2000.
Windows 98/Me: Requires Windows 98 or later. Available as a redistributable for Windows 98.
Version: Requires DirectX® 8.1.
Header: Declared in Dxerr8.h.