IXtfConsoleManager::GetConsole Method

Gets information about the development console in the IXtfConsoleManager with the specified name.

Syntax

public:
HRESULT GetConsole(
         LPCWSTR pszAlias,
         PXTFCONSOLEDATA pConsoleData
)  

Parameters

pszAlias
Type: LPCWSTR 

Pointer to the name of the console to get information about.

pConsoleData
Type: PXTFCONSOLEDATA 

Pointer that receives an XTFCONSOLEDATA structure that contains information about the console.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in xtfconsolemanager.h.

Library: Use xtfconsolemanager.lib.