XtfCreateConsoleManager

Initializes a new instance of the IXtfConsoleManager interface.

Syntax

HRESULT XtfCreateConsoleManager(
         IXtfConsoleManagerCallback *pCallback,
         REFIID riid,
         void **ppvObject
)  

Parameters

pCallback
Type: IXtfConsoleManagerCallback *

Pointer to the IXtfConsoleManagerCallback callback to call when a development console in the IXtfConsoleManager is added, removed, or changed.

riid
Type: REFIID 

Pointer that receives the instance identifier of the newly created IXtfConsoleManager.

ppvObject
Type: void **

Pointer that receives a reference to the newly created IXtfConsoleManager.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in xtfconsolemanager.h.

Library: Use xtfconsolemanager.lib.

See also

Reference

XtfConsoleManager