XtfCreateUserClient

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

Syntax

HRESULT XtfCreateUserClient(
         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 IXtfUserClient.

riid
Type: REFIID 

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

ppvObject
Type: void **

Pointer that receives a reference to the newly created IXtfUserClient.

Return value

Type: HRESULT 

The result of the operation.

Requirements

Header: Declared in xtfuser.h.

Library: Use xtfuser.lib.