?/TD>
Microsoft DirectX 9.0

DXTRACE_MSG Macro


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

Headerdxerr9.h
Minimum operating systems Windows 98


© 2002 Microsoft Corporation. All rights reserved.