Initializes a new instance of the IXtfConsoleManager interface.
HRESULT XtfCreateConsoleManager(
IXtfConsoleManagerCallback *pCallback,
REFIID riid,
void **ppvObject
)
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.
Type: HRESULT
HRESULT success or error code.
Header: Declared in xtfconsolemanager.h.
Library: Use xtfconsolemanager.lib.