IXtfApplicationClient::DebugQuery
Queries whether debugging is enabled for the app package with the specified package moniker.
Syntax
public:
HRESULT DebugQuery(
LPCWSTR pszPackageMoniker,
BOOL *pfEnabled
)
Parameters
pszPackageMoniker
Type: LPCWSTR
A pointer to the package moniker for the app.
pfEnabled
Type: BOOL*
On successful completion, contains a value indicating whether debugging is enabled for the app package with the specified package moniker.
Return value
Type: HRESULT
Returns S_OK
if successful; otherwise, returns an HRESULT error code.
Requirements
Header: xtfapplication.h
Library: xtfapplication.lib
Supported platforms: Windows (for Xbox console tools)