?/TD> |
Microsoft DirectX 9.0 |
Passes a string to the debugger.
Syntax
HRESULT DXTRACE_MSG(
CHAR *str );
Parameters
- str
- [in] Pointer to a string that will be passed to the debugger.
Return Value
Returns zero if successful, or a nonzero value if not.
Remarks
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)
Macro Information
Header dxerr9.h Minimum operating systems Windows 98