IXtfConsoleManager::SetDefaultConsole Method

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

Syntax

public:
HRESULT SetDefaultConsole(
         LPCWSTR pszAlias
)  

Parameters

pszAlias
Type: LPCWSTR 

Pointer to the name of the default console to set 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