> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XTF_OUTPUT_DEBUG_STRING_DATA structure

> XTF_OUTPUT_DEBUG_STRING_DATA structure

# XTF\_OUTPUT\_DEBUG\_STRING\_DATA structure

Contains debug output string data.

<a id="syntaxSection" />

## Syntax

```cpp theme={null}
typedef struct XTF_OUTPUT_DEBUG_STRING_DATA {
    DWORD dwProcessId;
    LPCWSTR pszDbgStr;
} XTF_OUTPUT_DEBUG_STRING_DATA;  
```

<a id="ID4EH" />

### Members

**dwProcessId**\
Identifier of the process.

**pszDbgStr**\
Pointer to the debug output string.

<a id="requirements" />

## Remarks

This structure is a parameter for [IXtfDebugMonitorCallback::OnOutputDebugString](/reference/tools/xtf/xtfdebugmonitor/classes/IXtfDebugMonitorCallback/methods/onoutputdebugstring-ixtfdebugmonitorcallback-xtfdebugmonitor-xbox-microsoft-m). 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](/reference/tools/xtf/xtfdebugmonitor/xtfdebugmonitor-xbox-microsoft-n).

## Requirements

**Header:** xtfdebugmonitor.h

**Library:** xtfdebugmonitor.lib

**Supported platforms:** Windows (for XBOX console tools)

<a id="ID4EBB" />

## See also

<a id="ID4EDB" />

[XtfDebugMonitor](/reference/tools/xtf/xtfdebugmonitor/xtfdebugmonitor-xbox-microsoft-n)\
[IXtfDebugMonitorCallback::OnOutputDebugString](/reference/tools/xtf/xtfdebugmonitor/classes/IXtfDebugMonitorCallback/methods/onoutputdebugstring-ixtfdebugmonitorcallback-xtfdebugmonitor-xbox-microsoft-m)


## Related topics

- [IXtfDebugMonitorCallback::OnOutputDebugString Method](/reference/tools/xtf/xtfdebugmonitor/classes/IXtfDebugMonitorCallback/methods/onoutputdebugstring-ixtfdebugmonitorcallback-xtfdebugmonitor-xbox-microsoft-m.md)
- [XtfDebugStringCallback](/reference/tools/xtf/xtfapi/functions/xtfdebugstringcallback-xtfapi-xbox-windows-m.md)
- [XtfDebugStringErrorCallback](/reference/tools/xtf/xtfapi/functions/xtfdebugstringerrorcallback-xtfapi-xbox-windows-m.md)
- [XtfCaptureOutputBegin](/reference/tools/xtf/xtfapi/functions/xtfcaptureoutputbegin-xtfapi-xbox-windows-m.md)
- [XtfCaptureOutputEnd](/reference/tools/xtf/xtfapi/functions/xtfcaptureoutputend-xtfapi-xbox-windows-m.md)
