IXtfDebugMonitorClient::Start Method

Starts listening for debug output from the development console.

Syntax

public:
HRESULT Start(
         DWORD dwProcessId,
         XTF_DBGMON_START_FLAGS dwFlags,
         IXtfDebugMonitorCallback *pCallback
)  

Parameters

dwProcessId
Type: DWORD 

Identifier of the process.

dwFlags
Type: XTF_DBGMON_START_FLAGS 

Flags that specify how to perform the operation.

pCallback
Type: IXtfDebugMonitorCallback *

Pointer to the IXtfDebugMonitorCallback to call when the client receives debug output from the development console.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in xtfdebugmonitor.h.

Library: Use xtfdebugmonitor.lib.

See also

Reference

IXtfDebugMonitorClient Interface

IXtfDebugMonitorClient Members

XtfDebugMonitor