IXtfDebugMonitorClient::Stop Method

Stops listening for debug output from the development console.

Syntax

public:
HRESULT Stop(
         DWORD dwProcessId,
         XTF_DBGMON_STOP_FLAGS dwFlags
)  

Parameters

dwProcessId
Type: DWORD 

Identifier of the process.

dwFlags
Type: XTF_DBGMON_STOP_FLAGS 

Flags that specify how to perform the operation.

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