XtfCreateConsoleControlClient

Initializes a new instance of the IXtfConsoleControlClient interface with the specified address.

Syntax

HRESULT XtfCreateConsoleControlClient(
         LPCWSTR pszAddress,
         REFIID riid,
         void **ppvObject
)  

Parameters

pszAddress
Type: LPCWSTR 

Pointer to the tools IP address of the development console to use for the new IXtfConsoleControlClient.

riid
Type: REFIID 

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

ppvObject
Type: void **

Pointer that receives a reference to the newly created IXtfConsoleControlClient.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in xtfconsolecontrol.h.

Library: Use xtfconsolecontrol.lib.

See also

Reference

XtfConsoleControl