XtfCreateApplicationClient

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

Syntax

HRESULT XtfCreateApplicationClient(
         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 IXtfApplicationClient.

riid
Type: REFIID 

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

ppvObject
Type: void **

Pointer that receives a reference to the newly created IXtfApplicationClient.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in xtfapplication.h.

Library: Use xtfapplication.lib.

See also

Reference

XtfApplication