Called when an Xbox Tools Framework (XTF) app sends debug output.
public:
HRESULT OnOutputDebugString(
const XTF_OUTPUT_DEBUG_STRING_DATA *pData
)
pData
Type: XTF_OUTPUT_DEBUG_STRING_DATA *
Pointer that receives an XTF_OUTPUT_DEBUG_STRING_DATA structure that contains the debug string data.
Type: HRESULT
HRESULT success or error code.
Header: Declared in xtfdebugmonitor.h.
Library: Use xtfdebugmonitor.lib.
IXtfDebugMonitorCallback Interface