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