This global function sends the specified string to the dump device. It limits the contents of the string to be sent to the dump device to no more than 511 characters, after formatting.
At a Glance
Header file: | Atlbase.h |
Windows CE versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
Syntax
void _cdecl AtlTrace( LPCTSTR lpszFormat, ... );
See Also