IXtfDebugMonitorCallback::OnOutputDebugString Method

Called when an Xbox Tools Framework (XTF) app sends debug output.

Syntax

public:
HRESULT OnOutputDebugString(
         const XTF_OUTPUT_DEBUG_STRING_DATA *pData
)  

Parameters

pData
Type: XTF_OUTPUT_DEBUG_STRING_DATA *

Pointer that receives an XTF_OUTPUT_DEBUG_STRING_DATA structure that contains the debug string data.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in xtfdebugmonitor.h.

Library: Use xtfdebugmonitor.lib.

See also

Reference

IXtfDebugMonitorCallback Interface

IXtfDebugMonitorCallback Members

XtfDebugMonitor