Initializes a new instance of the IXtfConsoleControlClient interface with the specified address.
HRESULT XtfCreateConsoleControlClient(
LPCWSTR pszAddress,
REFIID riid,
void **ppvObject
)
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.
Type: HRESULT
HRESULT success or error code.
Header: Declared in xtfconsolecontrol.h.
Library: Use xtfconsolecontrol.lib.