Starts listening for debug output from the development console.
public:
HRESULT Start(
DWORD dwProcessId,
XTF_DBGMON_START_FLAGS dwFlags,
IXtfDebugMonitorCallback *pCallback
)
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.
Type: HRESULT
HRESULT success or error code.
Header: Declared in xtfdebugmonitor.h.
Library: Use xtfdebugmonitor.lib.
IXtfDebugMonitorClient Interface