Skip to main content

XTF_OUTPUT_DEBUG_STRING_DATA structure

Contains debug output string data.

Syntax

Members

dwProcessId
Identifier 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

XtfDebugMonitor
IXtfDebugMonitorCallback::OnOutputDebugString
Last modified on August 20, 2026