Compartir a través de


IXtfApplicationClient::GetInstalled

Gets a list of the apps that are currently installed on the development console.

Syntax

public:
HRESULT GetInstalled(
         LPBSTR pbstrAppList
)  

Parameters

pbstrAppList
Type: LPBSTR

A pointer that receives a list of the apps that are currently installed on the development console.

Return value

Type: HRESULT

Returns S_OK if successful; otherwise, returns an HRESULT error code.

Remarks

This method gets a list of the apps that are currently installed on the development console. This method is similar to the xbapp list command from the Application Management (xbapp.exe) tool, included as part of the Xbox Tools Framework (XTF). For more information about the xbapp list command, see Application Management (xbapp.exe) (NDA topic)Requiere autorización.

Handling LPBSTR pointers

For more information about handling LPBSTR pointers returned by this function, see Allocating and Releasing Memory for a BSTR.

Requirements

Header: xtfapplication.h

Library: xtfapplication.lib

Supported platforms: Windows (for Xbox console tools)

See also

IXtfApplicationClient Interface
XtfApplication