IXtfApplicationClient::GetInstalled
Gets a list of the apps that are currently installed on the development console.Syntax
Parameters
pbstrAppListType: LPBSTR A pointer that receives a list of the apps that are currently installed on the development console.
Return value
Type: HRESULT ReturnsS_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 thexbapp 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).
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 InterfaceXtfApplication
