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

# IXtfApplicationClient::DebugQuery

> IXtfApplicationClient::DebugQuery

# IXtfApplicationClient::DebugQuery

지정된 패키지 모니커의 앱 패키지에 대해 디버깅이 활성화되어 있는지 쿼리합니다.

<a id="syntaxSection" />

## 구문

```cpp theme={null}
public:
HRESULT DebugQuery( 
    LPCWSTR pszPackageMoniker,
    BOOL *pfEnabled
)

```

<a id="parametersSection" />

### 매개 변수

*pszPackageMoniker*\
형식: LPCWSTR

앱의 패키지 모니커에 대한 포인터입니다.

*pfEnabled*\
형식: BOOL\*

성공적으로 완료되면 지정된 패키지 모니커의 앱 패키지에 대해 디버깅이 활성화되어 있는지 여부를 나타내는 값을 포함합니다.

<a id="retvalSection" />

### 반환값

형식: HRESULT

성공하면 `S_OK`를 반환합니다. 그렇지 않으면 HRESULT 오류 코드를 반환합니다.

<a id="requirementsSection" />

## 요구 사항

**헤더:** xtfapplication.h

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

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

<a id="seealsoSection" />

## 참고 항목

[IXtfApplicationClient](/reference/tools/xtf/xtfapplication/classes/IXtfApplicationClient/ixtfapplicationclient-xtfapplication-xbox-microsoft-t)\
[XtfApplication](/reference/tools/xtf/xtfapplication/xtfapplication-xbox-microsoft-n)
