Initializes a new instance of the IXtfDebugMonitorClient interface.
HRESULT XtfCreateDebugMonitorClient(
LPCWSTR pszAddress,
REFIID riid,
void **ppvObject
)
pszAddress
Type: LPCWSTR
Pointer to the tools IP address of the development console to receive debug output from.
riid
Type: REFIID
Pointer that receives the instance identifier of the newly created IXtfDebugMonitorClient.
ppvObject
Type: void **
Pointer that receives a reference to the newly created IXtfDebugMonitorClient.
Type: HRESULT
HRESULT success or error code.
Header: Declared in xtfdebugmonitor.h.
Library: Use xtfdebugmonitor.lib.