请单击以进行评分并提供反馈
MSDN
MSDN Library
Visual Studio
Visual C++
MFC
 TRACE

  开启低带宽视图
此页面仅适用于
Microsoft Visual Studio 2008/.NET Framework 3.5

同时提供下列产品的其他版本:
MFC Library Reference
TRACE

Sends the specified string to the debugger of the current application.

TRACE(exp )
TRACE(DWORD category, UINT level, LPCSTR lpszFormat, ... )

See ATLTRACE2 for a description of TRACE. TRACE and ATLTRACE2 have the same behavior.

In the debug version of MFC, this macro sends the specified string to the debugger of the current application. In a release build, this macro compiles to nothing (no code is generated at all).

For more information, see Debugging MFC Applications.

Header: afx.h

社区内容   什么是社区内容?
添加新内容 RSS  批注
Processing
© 2009 Microsoft Corporation 版权所有。 保留所有权利  |  商标  |  隐私权声明
Page view tracker