IXtfApplicationClient::GetDlc

Gets a list of the downloadable content (DLC) that is currently installed on the development console.

Syntax

public:
HRESULT GetDlc(
         LPBSTR pbstrDlcList
)  

Parameters

pbstrDlcList
Type: LPBSTR

A pointer that receives a list of the DLC that is 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 downloadable content (DLC) that is currently installed on the development console. This method is similar to the xbapp listdlc command from the Application Management (xbapp.exe) tool, included as part of the Xbox Tools Framework (XTF). For more information about the xbapp listdlc command, see Application Management (xbapp.exe) (NDA topic)Authorization required.

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