Initializes a new instance of the IXtfInputClient interface with the specified address.
HRESULT XtfCreateInputClient(
LPCWSTR pszAddress,
REFIID riid,
void **ppvObject
)
pszAddress
Type: LPCWSTR
Pointer to the tools IP address of the development console to use for the new IXtfInputClient.
riid
Type: REFIID
Pointer that receives the instance identifier of the newly created IXtfInputClient.
ppvObject
Type: void **
Pointer that receives a reference to the newly created IXtfInputClient.
Type: HRESULT
Header: Declared in xtfinput.h.
Library: Use xtfinput.lib.