Initializes a new instance of the IXtfFileIOClient interface with the specified address.
HRESULT XtfCreateFileIOClient(
LPCWSTR pszAddress,
REFIID riid,
void **ppvObject
)
pszAddress
Type: LPCWSTR
Pointer to the tools IP address of the development console to use for the new IXtfFileIOClient.
riid
Type: REFIID
Pointer that receives the instance identifier of the newly created IXtfFileIOClient.
ppvObject
Type: void **
[out] Pointer that receives a reference to the newly created IXtfFileIOClient.
Type: HRESULT
HRESULT success or error code.
Header: Declared in xtffileio.h.
Library: Use xtffileio.lib.