XtfCreateDebugMonitorClient

Initializes a new instance of the IXtfDebugMonitorClient interface.

Syntax

HRESULT XtfCreateDebugMonitorClient(
         LPCWSTR pszAddress,
         REFIID riid,
         void **ppvObject
)  

Parameters

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.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in xtfdebugmonitor.h.

Library: Use xtfdebugmonitor.lib.

See also

Reference

XtfDebugMonitor