Share via


ATLTRACE

ATLTRACE( exp )

Parameters

exp

[in] The formatted string and variables to send to the dump device.

Remarks

Sends the specified string to the dump device. The ATLTRACE macro performs the same as the global function AtlTrace, except that in release builds ATLTRACE compiles to (void) 0, while the function AtlTrace can still be used.

For example:

ATLTRACE(_T("The value of x is %d.\n"), x)

ATL Macros and Global Functions