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