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

# IXtfDebugMonitorClient::Stop 메서드

> IXtfDebugMonitorClient::Stop 메서드

# IXtfDebugMonitorClient::Stop 메서드

개발 콘솔에서 디버그 출력에 대한 수신 대기를 중지합니다.

<a id="syntaxSection" />

## 구문

```cpp theme={null}
public:
HRESULT Stop(
         DWORD dwProcessId,
         XTF_DBGMON_STOP_FLAGS dwFlags
)  
```

<a id="ID4EH" />

### 매개 변수

*dwProcessId*\
형식: DWORD

프로세스의 식별자입니다.

*dwFlags*\
형식: XTF\_DBGMON\_STOP\_FLAGS

작업을 수행하는 방법을 지정하는 플래그입니다.\
이 기능은 완전히 개발되지 않았으므로 매개 변수는 값 0을 가져야 합니다.

<a id="ID4EQ" />

### 반환 값

형식: HRESULT

HRESULT 성공 또는 오류 코드입니다.

<a id="requirements" />

## 설명

개발 콘솔의 게임에서 디버그 출력 수신 대기를 마쳤을 때 이 메서드를 호출합니다. 이 호출은 디버그 출력 수신 대기를 시작하기 위해 [IXtfDebugMonitorClient::Start](/reference/tools/xtf/xtfdebugmonitor/classes/IXtfDebugMonitorClient/methods/start-ixtfdebugmonitorclient-xtfdebugmonitor-xbox-microsoft-m)를 호출한 후에 발생해야 합니다. **IXtfDebugMonitorClient::Stop**을 호출하지 않으면 리소스 누수 및 게임에 대한 분리된 디버거 연결이 발생할 수 있으며, 이를 해결하려면 게임을 다시 시작해야 할 수 있습니다.

## 요구 사항

**헤더:** xtfdebugmonitor.h

**라이브러리:** xtfdebugmonitor.lib

**지원 플랫폼:** Windows(XBOX 콘솔 도구용)

<a id="ID4EEB" />

## 함께 보기

<a id="ID4EGB" />

[IXtfDebugMonitorClient 인터페이스](/reference/tools/xtf/xtfdebugmonitor/classes/IXtfDebugMonitorClient/ixtfdebugmonitorclient-xtfdebugmonitor-xbox-microsoft-t)\
[XtfDebugMonitor](/reference/tools/xtf/xtfdebugmonitor/xtfdebugmonitor-xbox-microsoft-n)\
[IXtfDebugMonitorClient::Start](/reference/tools/xtf/xtfdebugmonitor/classes/IXtfDebugMonitorClient/methods/start-ixtfdebugmonitorclient-xtfdebugmonitor-xbox-microsoft-m)


## Related topics

- [IXtfDebugMonitorClient::Start 메서드](/ko/reference/tools/xtf/xtfdebugmonitor/classes/IXtfDebugMonitorClient/methods/start-ixtfdebugmonitorclient-xtfdebugmonitor-xbox-microsoft-m.md)
- [IXtfDebugMonitorCallback::OnOutputDebugString 메서드](/ko/reference/tools/xtf/xtfdebugmonitor/classes/IXtfDebugMonitorCallback/methods/onoutputdebugstring-ixtfdebugmonitorcallback-xtfdebugmonitor-xbox-microsoft-m.md)
- [XtfCreateDebugMonitorClient](/ko/reference/tools/xtf/xtfdebugmonitor/methods/xtfcreatedebugmonitorclient-xtfdebugmonitor-xbox-microsoft-m.md)
- [XtfCaptureOutputBegin](/ko/reference/tools/xtf/xtfapi/functions/xtfcaptureoutputbegin-xtfapi-xbox-windows-m.md)
- [XtfCaptureOutputEnd](/ko/reference/tools/xtf/xtfapi/functions/xtfcaptureoutputend-xtfapi-xbox-windows-m.md)
