Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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)