ATLTRACE

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

At a Glance

Header file: Atlbase.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

ATLTRACE( exp )

See Also

ATL Macros and Global Functions, AtlTrace