#include <bzscmn/serializer.h>
#include <bzswin/registry.h>
#include <bzscmn/file.h>
Go to the source code of this file.
Classes | |
class | TraceAssistant |
Allows saving DbgPrint() messages directly to files on host machine bypassing WinDBG. More... | |
Functions | |
DECLARE_SERIALIZEABLE_STRUC4_I (TraceAssistParams, bool, TraceAssistEnabled, false, BazisLib::String, MessagePrefix, _T(""), BazisLib::String, LogFileDirectory, _T(""), bool, OverwriteFileOnStart, false) | |
Variables | |
static const TCHAR | tszTraceAssistRegPath [] = _T("SOFTWARE\\BazisSoft\\KDVMWare\\TraceAssist") |
Definition in file trassist.h.
DECLARE_SERIALIZEABLE_STRUC4_I | ( | TraceAssistParams | , | |
bool | , | |||
TraceAssistEnabled | , | |||
false | , | |||
BazisLib::String | , | |||
MessagePrefix | , | |||
_T("") | , | |||
BazisLib::String | , | |||
LogFileDirectory | , | |||
_T("") | , | |||
bool | , | |||
OverwriteFileOnStart | , | |||
false | ||||
) |
const TCHAR tszTraceAssistRegPath[] = _T("SOFTWARE\\BazisSoft\\KDVMWare\\TraceAssist") [static] |
Definition at line 18 of file trassist.h.