IXtfApplicationClient::GetDlc Method

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 

Pointer that receives a list of the DLC that is 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