IXtfApplicationClient::GetInstalled Method

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

Syntax

public:
HRESULT GetInstalled(
         LPBSTR pbstrAppList
)  

Parameters

pbstrAppList
Type: LPBSTR 

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

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in xtfapplication.h.

Library: Use xtfapplication.lib.

See also

Reference

IXtfApplicationClient Interface

IXtfApplicationClient Members

XtfApplication