Contains debug output string data.
typedef struct XTF_OUTPUT_DEBUG_STRING_DATA {
DWORD dwProcessId;
LPCWSTR pszDbgStr;
} XTF_OUTPUT_DEBUG_STRING_DATA;
dwProcessId
Identifier of the process.
pszDbgStr
Pointer to the debug output string.
Header: Declared in xtfdebugmonitor.h.
Library: Use xtfdebugmonitor.lib.