> ## 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 구조체

> XTF_OUTPUT_DEBUG_STRING_DATA 구조체

# XTF\_OUTPUT\_DEBUG\_STRING\_DATA 구조체

디버그 출력 문자열 데이터를 포함합니다.

<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 메서드](/ko/reference/tools/xtf/xtfdebugmonitor/classes/IXtfDebugMonitorCallback/methods/onoutputdebugstring-ixtfdebugmonitorcallback-xtfdebugmonitor-xbox-microsoft-m.md)
- [XTFCONSOLEDATA 구조체](/ko/reference/tools/xtf/xtfconsolemanager/structures/xtfconsoledata-xtfconsolemanager-xbox-microsoft-t.md)
- [XTF_USER_DATA](/ko/reference/tools/xtf/xtfuser/structures/XTF_USER_DATA-xtfuser-xbox-windows-t.md)
- [XtfDebugStringCallback](/ko/reference/tools/xtf/xtfapi/functions/xtfdebugstringcallback-xtfapi-xbox-windows-m.md)
- [XtfCaptureOutputBegin](/ko/reference/tools/xtf/xtfapi/functions/xtfcaptureoutputbegin-xtfapi-xbox-windows-m.md)
