> ## 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

デバッグ出力文字列データを格納します。

<a id="syntaxSection" />

## 構文

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

<a id="ID4EH" />

### メンバー

**dwProcessId**\
プロセスの識別子です。

**pszDbgStr**\
デバッグ出力文字列へのポインターです。

<a id="requirements" />

## 解説

この構造体は、[IXtfDebugMonitorCallback::OnOutputDebugString](/reference/tools/xtf/xtfdebugmonitor/classes/IXtfDebugMonitorCallback/methods/onoutputdebugstring-ixtfdebugmonitorcallback-xtfdebugmonitor-xbox-microsoft-m) のパラメーターです。ゲームからデバッグ出力にメッセージの内容を送信するために使用されます。
Xtf デバッグ モニターの詳細については、[XtfDebugMonitor](/reference/tools/xtf/xtfdebugmonitor/xtfdebugmonitor-xbox-microsoft-n) を参照してください。

## 要件

**ヘッダー:** xtfdebugmonitor.h

**ライブラリ:** xtfdebugmonitor.lib

**サポートされるプラットフォーム:** Windows (XBOX コンソール ツール用)

<a id="ID4EBB" />

## 関連項目

<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](/ja-jp/reference/tools/xtf/xtfdebugmonitor/classes/IXtfDebugMonitorCallback/methods/onoutputdebugstring-ixtfdebugmonitorcallback-xtfdebugmonitor-xbox-microsoft-m.md)
- [XtfDebugStringCallback](/ja-jp/reference/tools/xtf/xtfapi/functions/xtfdebugstringcallback-xtfapi-xbox-windows-m.md)
- [XtfDebugStringErrorCallback](/ja-jp/reference/tools/xtf/xtfapi/functions/xtfdebugstringerrorcallback-xtfapi-xbox-windows-m.md)
- [XtfCaptureOutputBegin](/ja-jp/reference/tools/xtf/xtfapi/functions/xtfcaptureoutputbegin-xtfapi-xbox-windows-m.md)
- [XtfCaptureOutputEnd](/ja-jp/reference/tools/xtf/xtfapi/functions/xtfcaptureoutputend-xtfapi-xbox-windows-m.md)
