Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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)