Microsoft DirectX 8.0 (C++) |
Passes a string to the debugger.
HRESULT DXTRACE_MSG( char *str, );
Returns zero if successful, or a non-zero value if not.
The string is accompanied by the file name and line number. The macro declaration is:
DXTRACE_MSG(str) DXTrace( __FILE__, (DWORD)__LINE__, 0, str, FALSE )
Windows NT/2000: Requires Windows® 2000.
Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
Version: Requires DirectX® 8.0.
Header: Declared in Dxerr8.h.