1 |
1.426921 |
__magnumdb__enum_msodebug_h_6 |
Enum |
|
|
|
|
|
|
enum
{
msoaoDebugger = 0x01, /* output to debugger */
msoaoDebugger = 0x01, /* output to debugger */
msoaoFile = 0x02, /* output goes to file */
msoaoFile = 0x02, /* output goes to file */
msoaoMsgBox = 0x04, /* output displayed in message box (no Traces) */
msoaoMsgBox = 0x04, /* output displayed in message box (no Traces) */
msoaoPort = 0x08, /* output sent to serial port */
msoaoPort = 0x08, /* output sent to serial port */
msoaoMappedFile = 0x10, /* output recorded in memory mapped file */
msoaoMappedFile = 0x10, /* output recorded in memory mapped file */
msoaoDebugBreak = 0x20, /* msoaoDebugger breaks into the debugger */
msoaoDebugBreak = 0x20, /* msoaoDebugger breaks into the debugger */
msoaoAppend = 0x8000, /* output appended to existing file */
msoaoAppend = 0x8000, /* output appended to existing file */
};
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VSSDK\VisualStudioIntegration\Common\Inc\office10\msodebug.h(233,0) |
|