IXtfConsoleManager::GetDefaultConsole Method

Gets the default console for Xbox Tools Framework (XTF) apps.

Syntax

public:
HRESULT GetDefaultConsole(
         PXTFCONSOLEDATA pConsoleData
)  

Parameters

pConsoleData
Type: PXTFCONSOLEDATA 

Pointer that receives an XTFCONSOLEDATA structure that contains information about the default console for XTF apps.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in xtfconsolemanager.h.

Library: Use xtfconsolemanager.lib.

See also

Reference

IXtfConsoleManager Interface

IXtfConsoleManager Members

XtfConsoleManager