XTF_OUTPUT_DEBUG_STRING_DATA structure
Contains debug output string data.Syntax
Members
dwProcessIdIdentifier of the process. pszDbgStr
Pointer to the debug output string.
Remarks
This structure is a parameter for IXtfDebugMonitorCallback::OnOutputDebugString. It is used to send the contents of a message from your game to the debug output. For more information about the Xtf debug monitor, see XtfDebugMonitor.Requirements
Header: xtfdebugmonitor.h Library: xtfdebugmonitor.lib Supported platforms: Windows (for XBOX console tools)See also
XtfDebugMonitorIXtfDebugMonitorCallback::OnOutputDebugString
