IXtfApplicationClient::GetDlc
Gets a list of the downloadable content (DLC) that is currently installed on the development console.Syntax
Parameters
pbstrDlcListType: LPBSTR A pointer that receives a list of the DLC that is 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 downloadable content (DLC) that is currently installed on the development console. This method is similar to thexbapp 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).
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
