ホーム › System.VirtualDosMachines › 定数
定数
95Windows.Win32.System.VirtualDosMachines
| 名前 | 型 | 値 |
|---|---|---|
| VDMCONTEXT_i386 | DWORD | 65536 |
| VDMCONTEXT_i486 | DWORD | 65536 |
| VDM_KGDT_R3_CODE | DWORD | 24 |
| VDM_MAXIMUM_SUPPORTED_EXTENSION | DWORD | 512 |
| V86FLAGS_CARRY | DWORD | 1 |
| V86FLAGS_PARITY | DWORD | 4 |
| V86FLAGS_AUXCARRY | DWORD | 16 |
| V86FLAGS_ZERO | DWORD | 64 |
| V86FLAGS_SIGN | DWORD | 128 |
| V86FLAGS_TRACE | DWORD | 256 |
| V86FLAGS_INTERRUPT | DWORD | 512 |
| V86FLAGS_DIRECTION | DWORD | 1024 |
| V86FLAGS_OVERFLOW | DWORD | 2048 |
| V86FLAGS_IOPL | DWORD | 12288 |
| V86FLAGS_IOPL_BITS | DWORD | 18 |
| V86FLAGS_RESUME | DWORD | 65536 |
| V86FLAGS_V86 | DWORD | 131072 |
| V86FLAGS_ALIGNMENT | DWORD | 262144 |
| STATUS_VDM_EVENT | INT | 1073741829 |
| DBG_SEGLOAD | DWORD | 0 |
| DBG_SEGMOVE | DWORD | 1 |
| DBG_SEGFREE | DWORD | 2 |
| DBG_MODLOAD | DWORD | 3 |
| DBG_MODFREE | DWORD | 4 |
| DBG_SINGLESTEP | DWORD | 5 |
| DBG_BREAK | DWORD | 6 |
| DBG_GPFAULT | DWORD | 7 |
| DBG_DIVOVERFLOW | DWORD | 8 |
| DBG_INSTRFAULT | DWORD | 9 |
| DBG_TASKSTART | DWORD | 10 |
| DBG_TASKSTOP | DWORD | 11 |
| DBG_DLLSTART | DWORD | 12 |
| DBG_DLLSTOP | DWORD | 13 |
| DBG_ATTACH | DWORD | 14 |
| DBG_TOOLHELP | DWORD | 15 |
| DBG_STACKFAULT | DWORD | 16 |
| DBG_WOWINIT | DWORD | 17 |
| DBG_TEMPBP | DWORD | 18 |
| DBG_MODMOVE | DWORD | 19 |
| DBG_INIT | DWORD | 20 |
| DBG_GPFAULT2 | DWORD | 21 |
| VDMEVENT_NEEDS_INTERACTIVE | DWORD | 32768 |
| VDMEVENT_VERBOSE | DWORD | 16384 |
| VDMEVENT_PE | DWORD | 8192 |
| VDMEVENT_ALLFLAGS | DWORD | 57344 |
| VDMEVENT_V86 | DWORD | 1 |
| VDMEVENT_PM16 | DWORD | 2 |
| MAX_MODULE_NAME | DWORD | 9 |
| MAX_PATH16 | DWORD | 255 |
| SN_CODE | DWORD | 0 |
| SN_DATA | DWORD | 1 |
| SN_V86 | DWORD | 2 |
| GLOBAL_ALL | DWORD | 0 |
| GLOBAL_LRU | DWORD | 1 |
| GLOBAL_FREE | DWORD | 2 |
| GT_UNKNOWN | DWORD | 0 |
| GT_DGROUP | DWORD | 1 |
| GT_DATA | DWORD | 2 |
| GT_CODE | DWORD | 3 |
| GT_TASK | DWORD | 4 |
| GT_RESOURCE | DWORD | 5 |
| GT_MODULE | DWORD | 6 |
| GT_FREE | DWORD | 7 |
| GT_INTERNAL | DWORD | 8 |
| GT_SENTINEL | DWORD | 9 |
| GT_BURGERMASTER | DWORD | 10 |
| GD_USERDEFINED | DWORD | 0 |
| GD_CURSORCOMPONENT | DWORD | 1 |
| GD_BITMAP | DWORD | 2 |
| GD_ICONCOMPONENT | DWORD | 3 |
| GD_MENU | DWORD | 4 |
| GD_DIALOG | DWORD | 5 |
| GD_STRING | DWORD | 6 |
| GD_FONTDIR | DWORD | 7 |
| GD_FONT | DWORD | 8 |
| GD_ACCELERATORS | DWORD | 9 |
| GD_RCDATA | DWORD | 10 |
| GD_ERRTABLE | DWORD | 11 |
| GD_CURSOR | DWORD | 12 |
| GD_ICON | DWORD | 14 |
| GD_NAMETABLE | DWORD | 15 |
| GD_MAX_RESOURCE | DWORD | 15 |
| WOW_SYSTEM | DWORD | 1 |
| VDMDBG_BREAK_DOSTASK | DWORD | 1 |
| VDMDBG_BREAK_WOWTASK | DWORD | 2 |
| VDMDBG_BREAK_LOADDLL | DWORD | 4 |
| VDMDBG_BREAK_EXCEPTIONS | DWORD | 8 |
| VDMDBG_BREAK_DEBUGGER | DWORD | 16 |
| VDMDBG_TRACE_HISTORY | DWORD | 128 |
| VDMDBG_BREAK_DIVIDEBYZERO | DWORD | 256 |
| VDMDBG_INITIAL_FLAGS | DWORD | 256 |
| VDMDBG_MAX_SYMBOL_BUFFER | DWORD | 256 |
| VDMADDR_V86 | DWORD | 2 |
| VDMADDR_PM16 | DWORD | 4 |
| VDMADDR_PM32 | DWORD | 16 |
各言語での定義
定数の定義。C/C++〜Go タブは数値定数のみ(GUID・文字列定数は上の表 / HSP タブを参照)。HSP は #define global。
#define VDMCONTEXT_i386 65536
#define VDMCONTEXT_i486 65536
#define VDM_KGDT_R3_CODE 24
#define VDM_MAXIMUM_SUPPORTED_EXTENSION 512
#define V86FLAGS_CARRY 1
#define V86FLAGS_PARITY 4
#define V86FLAGS_AUXCARRY 16
#define V86FLAGS_ZERO 64
#define V86FLAGS_SIGN 128
#define V86FLAGS_TRACE 256
#define V86FLAGS_INTERRUPT 512
#define V86FLAGS_DIRECTION 1024
#define V86FLAGS_OVERFLOW 2048
#define V86FLAGS_IOPL 12288
#define V86FLAGS_IOPL_BITS 18
#define V86FLAGS_RESUME 65536
#define V86FLAGS_V86 131072
#define V86FLAGS_ALIGNMENT 262144
#define STATUS_VDM_EVENT 1073741829
#define DBG_SEGLOAD 0
#define DBG_SEGMOVE 1
#define DBG_SEGFREE 2
#define DBG_MODLOAD 3
#define DBG_MODFREE 4
#define DBG_SINGLESTEP 5
#define DBG_BREAK 6
#define DBG_GPFAULT 7
#define DBG_DIVOVERFLOW 8
#define DBG_INSTRFAULT 9
#define DBG_TASKSTART 10
#define DBG_TASKSTOP 11
#define DBG_DLLSTART 12
#define DBG_DLLSTOP 13
#define DBG_ATTACH 14
#define DBG_TOOLHELP 15
#define DBG_STACKFAULT 16
#define DBG_WOWINIT 17
#define DBG_TEMPBP 18
#define DBG_MODMOVE 19
#define DBG_INIT 20
#define DBG_GPFAULT2 21
#define VDMEVENT_NEEDS_INTERACTIVE 32768
#define VDMEVENT_VERBOSE 16384
#define VDMEVENT_PE 8192
#define VDMEVENT_ALLFLAGS 57344
#define VDMEVENT_V86 1
#define VDMEVENT_PM16 2
#define MAX_MODULE_NAME 9
#define MAX_PATH16 255
#define SN_CODE 0
#define SN_DATA 1
#define SN_V86 2
#define GLOBAL_ALL 0
#define GLOBAL_LRU 1
#define GLOBAL_FREE 2
#define GT_UNKNOWN 0
#define GT_DGROUP 1
#define GT_DATA 2
#define GT_CODE 3
#define GT_TASK 4
#define GT_RESOURCE 5
#define GT_MODULE 6
#define GT_FREE 7
#define GT_INTERNAL 8
#define GT_SENTINEL 9
#define GT_BURGERMASTER 10
#define GD_USERDEFINED 0
#define GD_CURSORCOMPONENT 1
#define GD_BITMAP 2
#define GD_ICONCOMPONENT 3
#define GD_MENU 4
#define GD_DIALOG 5
#define GD_STRING 6
#define GD_FONTDIR 7
#define GD_FONT 8
#define GD_ACCELERATORS 9
#define GD_RCDATA 10
#define GD_ERRTABLE 11
#define GD_CURSOR 12
#define GD_ICON 14
#define GD_NAMETABLE 15
#define GD_MAX_RESOURCE 15
#define WOW_SYSTEM 1
#define VDMDBG_BREAK_DOSTASK 1
#define VDMDBG_BREAK_WOWTASK 2
#define VDMDBG_BREAK_LOADDLL 4
#define VDMDBG_BREAK_EXCEPTIONS 8
#define VDMDBG_BREAK_DEBUGGER 16
#define VDMDBG_TRACE_HISTORY 128
#define VDMDBG_BREAK_DIVIDEBYZERO 256
#define VDMDBG_INITIAL_FLAGS 256
#define VDMDBG_MAX_SYMBOL_BUFFER 256
#define VDMADDR_V86 2
#define VDMADDR_PM16 4
#define VDMADDR_PM32 16public const uint VDMCONTEXT_i386 = 65536;
public const uint VDMCONTEXT_i486 = 65536;
public const uint VDM_KGDT_R3_CODE = 24;
public const uint VDM_MAXIMUM_SUPPORTED_EXTENSION = 512;
public const uint V86FLAGS_CARRY = 1;
public const uint V86FLAGS_PARITY = 4;
public const uint V86FLAGS_AUXCARRY = 16;
public const uint V86FLAGS_ZERO = 64;
public const uint V86FLAGS_SIGN = 128;
public const uint V86FLAGS_TRACE = 256;
public const uint V86FLAGS_INTERRUPT = 512;
public const uint V86FLAGS_DIRECTION = 1024;
public const uint V86FLAGS_OVERFLOW = 2048;
public const uint V86FLAGS_IOPL = 12288;
public const uint V86FLAGS_IOPL_BITS = 18;
public const uint V86FLAGS_RESUME = 65536;
public const uint V86FLAGS_V86 = 131072;
public const uint V86FLAGS_ALIGNMENT = 262144;
public const int STATUS_VDM_EVENT = 1073741829;
public const uint DBG_SEGLOAD = 0;
public const uint DBG_SEGMOVE = 1;
public const uint DBG_SEGFREE = 2;
public const uint DBG_MODLOAD = 3;
public const uint DBG_MODFREE = 4;
public const uint DBG_SINGLESTEP = 5;
public const uint DBG_BREAK = 6;
public const uint DBG_GPFAULT = 7;
public const uint DBG_DIVOVERFLOW = 8;
public const uint DBG_INSTRFAULT = 9;
public const uint DBG_TASKSTART = 10;
public const uint DBG_TASKSTOP = 11;
public const uint DBG_DLLSTART = 12;
public const uint DBG_DLLSTOP = 13;
public const uint DBG_ATTACH = 14;
public const uint DBG_TOOLHELP = 15;
public const uint DBG_STACKFAULT = 16;
public const uint DBG_WOWINIT = 17;
public const uint DBG_TEMPBP = 18;
public const uint DBG_MODMOVE = 19;
public const uint DBG_INIT = 20;
public const uint DBG_GPFAULT2 = 21;
public const uint VDMEVENT_NEEDS_INTERACTIVE = 32768;
public const uint VDMEVENT_VERBOSE = 16384;
public const uint VDMEVENT_PE = 8192;
public const uint VDMEVENT_ALLFLAGS = 57344;
public const uint VDMEVENT_V86 = 1;
public const uint VDMEVENT_PM16 = 2;
public const uint MAX_MODULE_NAME = 9;
public const uint MAX_PATH16 = 255;
public const uint SN_CODE = 0;
public const uint SN_DATA = 1;
public const uint SN_V86 = 2;
public const uint GLOBAL_ALL = 0;
public const uint GLOBAL_LRU = 1;
public const uint GLOBAL_FREE = 2;
public const uint GT_UNKNOWN = 0;
public const uint GT_DGROUP = 1;
public const uint GT_DATA = 2;
public const uint GT_CODE = 3;
public const uint GT_TASK = 4;
public const uint GT_RESOURCE = 5;
public const uint GT_MODULE = 6;
public const uint GT_FREE = 7;
public const uint GT_INTERNAL = 8;
public const uint GT_SENTINEL = 9;
public const uint GT_BURGERMASTER = 10;
public const uint GD_USERDEFINED = 0;
public const uint GD_CURSORCOMPONENT = 1;
public const uint GD_BITMAP = 2;
public const uint GD_ICONCOMPONENT = 3;
public const uint GD_MENU = 4;
public const uint GD_DIALOG = 5;
public const uint GD_STRING = 6;
public const uint GD_FONTDIR = 7;
public const uint GD_FONT = 8;
public const uint GD_ACCELERATORS = 9;
public const uint GD_RCDATA = 10;
public const uint GD_ERRTABLE = 11;
public const uint GD_CURSOR = 12;
public const uint GD_ICON = 14;
public const uint GD_NAMETABLE = 15;
public const uint GD_MAX_RESOURCE = 15;
public const uint WOW_SYSTEM = 1;
public const uint VDMDBG_BREAK_DOSTASK = 1;
public const uint VDMDBG_BREAK_WOWTASK = 2;
public const uint VDMDBG_BREAK_LOADDLL = 4;
public const uint VDMDBG_BREAK_EXCEPTIONS = 8;
public const uint VDMDBG_BREAK_DEBUGGER = 16;
public const uint VDMDBG_TRACE_HISTORY = 128;
public const uint VDMDBG_BREAK_DIVIDEBYZERO = 256;
public const uint VDMDBG_INITIAL_FLAGS = 256;
public const uint VDMDBG_MAX_SYMBOL_BUFFER = 256;
public const uint VDMADDR_V86 = 2;
public const uint VDMADDR_PM16 = 4;
public const uint VDMADDR_PM32 = 16;VDMCONTEXT_i386 = 65536
VDMCONTEXT_i486 = 65536
VDM_KGDT_R3_CODE = 24
VDM_MAXIMUM_SUPPORTED_EXTENSION = 512
V86FLAGS_CARRY = 1
V86FLAGS_PARITY = 4
V86FLAGS_AUXCARRY = 16
V86FLAGS_ZERO = 64
V86FLAGS_SIGN = 128
V86FLAGS_TRACE = 256
V86FLAGS_INTERRUPT = 512
V86FLAGS_DIRECTION = 1024
V86FLAGS_OVERFLOW = 2048
V86FLAGS_IOPL = 12288
V86FLAGS_IOPL_BITS = 18
V86FLAGS_RESUME = 65536
V86FLAGS_V86 = 131072
V86FLAGS_ALIGNMENT = 262144
STATUS_VDM_EVENT = 1073741829
DBG_SEGLOAD = 0
DBG_SEGMOVE = 1
DBG_SEGFREE = 2
DBG_MODLOAD = 3
DBG_MODFREE = 4
DBG_SINGLESTEP = 5
DBG_BREAK = 6
DBG_GPFAULT = 7
DBG_DIVOVERFLOW = 8
DBG_INSTRFAULT = 9
DBG_TASKSTART = 10
DBG_TASKSTOP = 11
DBG_DLLSTART = 12
DBG_DLLSTOP = 13
DBG_ATTACH = 14
DBG_TOOLHELP = 15
DBG_STACKFAULT = 16
DBG_WOWINIT = 17
DBG_TEMPBP = 18
DBG_MODMOVE = 19
DBG_INIT = 20
DBG_GPFAULT2 = 21
VDMEVENT_NEEDS_INTERACTIVE = 32768
VDMEVENT_VERBOSE = 16384
VDMEVENT_PE = 8192
VDMEVENT_ALLFLAGS = 57344
VDMEVENT_V86 = 1
VDMEVENT_PM16 = 2
MAX_MODULE_NAME = 9
MAX_PATH16 = 255
SN_CODE = 0
SN_DATA = 1
SN_V86 = 2
GLOBAL_ALL = 0
GLOBAL_LRU = 1
GLOBAL_FREE = 2
GT_UNKNOWN = 0
GT_DGROUP = 1
GT_DATA = 2
GT_CODE = 3
GT_TASK = 4
GT_RESOURCE = 5
GT_MODULE = 6
GT_FREE = 7
GT_INTERNAL = 8
GT_SENTINEL = 9
GT_BURGERMASTER = 10
GD_USERDEFINED = 0
GD_CURSORCOMPONENT = 1
GD_BITMAP = 2
GD_ICONCOMPONENT = 3
GD_MENU = 4
GD_DIALOG = 5
GD_STRING = 6
GD_FONTDIR = 7
GD_FONT = 8
GD_ACCELERATORS = 9
GD_RCDATA = 10
GD_ERRTABLE = 11
GD_CURSOR = 12
GD_ICON = 14
GD_NAMETABLE = 15
GD_MAX_RESOURCE = 15
WOW_SYSTEM = 1
VDMDBG_BREAK_DOSTASK = 1
VDMDBG_BREAK_WOWTASK = 2
VDMDBG_BREAK_LOADDLL = 4
VDMDBG_BREAK_EXCEPTIONS = 8
VDMDBG_BREAK_DEBUGGER = 16
VDMDBG_TRACE_HISTORY = 128
VDMDBG_BREAK_DIVIDEBYZERO = 256
VDMDBG_INITIAL_FLAGS = 256
VDMDBG_MAX_SYMBOL_BUFFER = 256
VDMADDR_V86 = 2
VDMADDR_PM16 = 4
VDMADDR_PM32 = 16pub const VDMCONTEXT_i386: u32 = 65536;
pub const VDMCONTEXT_i486: u32 = 65536;
pub const VDM_KGDT_R3_CODE: u32 = 24;
pub const VDM_MAXIMUM_SUPPORTED_EXTENSION: u32 = 512;
pub const V86FLAGS_CARRY: u32 = 1;
pub const V86FLAGS_PARITY: u32 = 4;
pub const V86FLAGS_AUXCARRY: u32 = 16;
pub const V86FLAGS_ZERO: u32 = 64;
pub const V86FLAGS_SIGN: u32 = 128;
pub const V86FLAGS_TRACE: u32 = 256;
pub const V86FLAGS_INTERRUPT: u32 = 512;
pub const V86FLAGS_DIRECTION: u32 = 1024;
pub const V86FLAGS_OVERFLOW: u32 = 2048;
pub const V86FLAGS_IOPL: u32 = 12288;
pub const V86FLAGS_IOPL_BITS: u32 = 18;
pub const V86FLAGS_RESUME: u32 = 65536;
pub const V86FLAGS_V86: u32 = 131072;
pub const V86FLAGS_ALIGNMENT: u32 = 262144;
pub const STATUS_VDM_EVENT: i32 = 1073741829;
pub const DBG_SEGLOAD: u32 = 0;
pub const DBG_SEGMOVE: u32 = 1;
pub const DBG_SEGFREE: u32 = 2;
pub const DBG_MODLOAD: u32 = 3;
pub const DBG_MODFREE: u32 = 4;
pub const DBG_SINGLESTEP: u32 = 5;
pub const DBG_BREAK: u32 = 6;
pub const DBG_GPFAULT: u32 = 7;
pub const DBG_DIVOVERFLOW: u32 = 8;
pub const DBG_INSTRFAULT: u32 = 9;
pub const DBG_TASKSTART: u32 = 10;
pub const DBG_TASKSTOP: u32 = 11;
pub const DBG_DLLSTART: u32 = 12;
pub const DBG_DLLSTOP: u32 = 13;
pub const DBG_ATTACH: u32 = 14;
pub const DBG_TOOLHELP: u32 = 15;
pub const DBG_STACKFAULT: u32 = 16;
pub const DBG_WOWINIT: u32 = 17;
pub const DBG_TEMPBP: u32 = 18;
pub const DBG_MODMOVE: u32 = 19;
pub const DBG_INIT: u32 = 20;
pub const DBG_GPFAULT2: u32 = 21;
pub const VDMEVENT_NEEDS_INTERACTIVE: u32 = 32768;
pub const VDMEVENT_VERBOSE: u32 = 16384;
pub const VDMEVENT_PE: u32 = 8192;
pub const VDMEVENT_ALLFLAGS: u32 = 57344;
pub const VDMEVENT_V86: u32 = 1;
pub const VDMEVENT_PM16: u32 = 2;
pub const MAX_MODULE_NAME: u32 = 9;
pub const MAX_PATH16: u32 = 255;
pub const SN_CODE: u32 = 0;
pub const SN_DATA: u32 = 1;
pub const SN_V86: u32 = 2;
pub const GLOBAL_ALL: u32 = 0;
pub const GLOBAL_LRU: u32 = 1;
pub const GLOBAL_FREE: u32 = 2;
pub const GT_UNKNOWN: u32 = 0;
pub const GT_DGROUP: u32 = 1;
pub const GT_DATA: u32 = 2;
pub const GT_CODE: u32 = 3;
pub const GT_TASK: u32 = 4;
pub const GT_RESOURCE: u32 = 5;
pub const GT_MODULE: u32 = 6;
pub const GT_FREE: u32 = 7;
pub const GT_INTERNAL: u32 = 8;
pub const GT_SENTINEL: u32 = 9;
pub const GT_BURGERMASTER: u32 = 10;
pub const GD_USERDEFINED: u32 = 0;
pub const GD_CURSORCOMPONENT: u32 = 1;
pub const GD_BITMAP: u32 = 2;
pub const GD_ICONCOMPONENT: u32 = 3;
pub const GD_MENU: u32 = 4;
pub const GD_DIALOG: u32 = 5;
pub const GD_STRING: u32 = 6;
pub const GD_FONTDIR: u32 = 7;
pub const GD_FONT: u32 = 8;
pub const GD_ACCELERATORS: u32 = 9;
pub const GD_RCDATA: u32 = 10;
pub const GD_ERRTABLE: u32 = 11;
pub const GD_CURSOR: u32 = 12;
pub const GD_ICON: u32 = 14;
pub const GD_NAMETABLE: u32 = 15;
pub const GD_MAX_RESOURCE: u32 = 15;
pub const WOW_SYSTEM: u32 = 1;
pub const VDMDBG_BREAK_DOSTASK: u32 = 1;
pub const VDMDBG_BREAK_WOWTASK: u32 = 2;
pub const VDMDBG_BREAK_LOADDLL: u32 = 4;
pub const VDMDBG_BREAK_EXCEPTIONS: u32 = 8;
pub const VDMDBG_BREAK_DEBUGGER: u32 = 16;
pub const VDMDBG_TRACE_HISTORY: u32 = 128;
pub const VDMDBG_BREAK_DIVIDEBYZERO: u32 = 256;
pub const VDMDBG_INITIAL_FLAGS: u32 = 256;
pub const VDMDBG_MAX_SYMBOL_BUFFER: u32 = 256;
pub const VDMADDR_V86: u32 = 2;
pub const VDMADDR_PM16: u32 = 4;
pub const VDMADDR_PM32: u32 = 16;const (
VDMCONTEXT_i386 uint32 = 65536
VDMCONTEXT_i486 uint32 = 65536
VDM_KGDT_R3_CODE uint32 = 24
VDM_MAXIMUM_SUPPORTED_EXTENSION uint32 = 512
V86FLAGS_CARRY uint32 = 1
V86FLAGS_PARITY uint32 = 4
V86FLAGS_AUXCARRY uint32 = 16
V86FLAGS_ZERO uint32 = 64
V86FLAGS_SIGN uint32 = 128
V86FLAGS_TRACE uint32 = 256
V86FLAGS_INTERRUPT uint32 = 512
V86FLAGS_DIRECTION uint32 = 1024
V86FLAGS_OVERFLOW uint32 = 2048
V86FLAGS_IOPL uint32 = 12288
V86FLAGS_IOPL_BITS uint32 = 18
V86FLAGS_RESUME uint32 = 65536
V86FLAGS_V86 uint32 = 131072
V86FLAGS_ALIGNMENT uint32 = 262144
STATUS_VDM_EVENT int32 = 1073741829
DBG_SEGLOAD uint32 = 0
DBG_SEGMOVE uint32 = 1
DBG_SEGFREE uint32 = 2
DBG_MODLOAD uint32 = 3
DBG_MODFREE uint32 = 4
DBG_SINGLESTEP uint32 = 5
DBG_BREAK uint32 = 6
DBG_GPFAULT uint32 = 7
DBG_DIVOVERFLOW uint32 = 8
DBG_INSTRFAULT uint32 = 9
DBG_TASKSTART uint32 = 10
DBG_TASKSTOP uint32 = 11
DBG_DLLSTART uint32 = 12
DBG_DLLSTOP uint32 = 13
DBG_ATTACH uint32 = 14
DBG_TOOLHELP uint32 = 15
DBG_STACKFAULT uint32 = 16
DBG_WOWINIT uint32 = 17
DBG_TEMPBP uint32 = 18
DBG_MODMOVE uint32 = 19
DBG_INIT uint32 = 20
DBG_GPFAULT2 uint32 = 21
VDMEVENT_NEEDS_INTERACTIVE uint32 = 32768
VDMEVENT_VERBOSE uint32 = 16384
VDMEVENT_PE uint32 = 8192
VDMEVENT_ALLFLAGS uint32 = 57344
VDMEVENT_V86 uint32 = 1
VDMEVENT_PM16 uint32 = 2
MAX_MODULE_NAME uint32 = 9
MAX_PATH16 uint32 = 255
SN_CODE uint32 = 0
SN_DATA uint32 = 1
SN_V86 uint32 = 2
GLOBAL_ALL uint32 = 0
GLOBAL_LRU uint32 = 1
GLOBAL_FREE uint32 = 2
GT_UNKNOWN uint32 = 0
GT_DGROUP uint32 = 1
GT_DATA uint32 = 2
GT_CODE uint32 = 3
GT_TASK uint32 = 4
GT_RESOURCE uint32 = 5
GT_MODULE uint32 = 6
GT_FREE uint32 = 7
GT_INTERNAL uint32 = 8
GT_SENTINEL uint32 = 9
GT_BURGERMASTER uint32 = 10
GD_USERDEFINED uint32 = 0
GD_CURSORCOMPONENT uint32 = 1
GD_BITMAP uint32 = 2
GD_ICONCOMPONENT uint32 = 3
GD_MENU uint32 = 4
GD_DIALOG uint32 = 5
GD_STRING uint32 = 6
GD_FONTDIR uint32 = 7
GD_FONT uint32 = 8
GD_ACCELERATORS uint32 = 9
GD_RCDATA uint32 = 10
GD_ERRTABLE uint32 = 11
GD_CURSOR uint32 = 12
GD_ICON uint32 = 14
GD_NAMETABLE uint32 = 15
GD_MAX_RESOURCE uint32 = 15
WOW_SYSTEM uint32 = 1
VDMDBG_BREAK_DOSTASK uint32 = 1
VDMDBG_BREAK_WOWTASK uint32 = 2
VDMDBG_BREAK_LOADDLL uint32 = 4
VDMDBG_BREAK_EXCEPTIONS uint32 = 8
VDMDBG_BREAK_DEBUGGER uint32 = 16
VDMDBG_TRACE_HISTORY uint32 = 128
VDMDBG_BREAK_DIVIDEBYZERO uint32 = 256
VDMDBG_INITIAL_FLAGS uint32 = 256
VDMDBG_MAX_SYMBOL_BUFFER uint32 = 256
VDMADDR_V86 uint32 = 2
VDMADDR_PM16 uint32 = 4
VDMADDR_PM32 uint32 = 16
)#define global VDMCONTEXT_i386 65536
#define global VDMCONTEXT_i486 65536
#define global VDM_KGDT_R3_CODE 24
#define global VDM_MAXIMUM_SUPPORTED_EXTENSION 512
#define global V86FLAGS_CARRY 1
#define global V86FLAGS_PARITY 4
#define global V86FLAGS_AUXCARRY 16
#define global V86FLAGS_ZERO 64
#define global V86FLAGS_SIGN 128
#define global V86FLAGS_TRACE 256
#define global V86FLAGS_INTERRUPT 512
#define global V86FLAGS_DIRECTION 1024
#define global V86FLAGS_OVERFLOW 2048
#define global V86FLAGS_IOPL 12288
#define global V86FLAGS_IOPL_BITS 18
#define global V86FLAGS_RESUME 65536
#define global V86FLAGS_V86 131072
#define global V86FLAGS_ALIGNMENT 262144
#define global STATUS_VDM_EVENT 1073741829
#define global DBG_SEGLOAD 0
#define global DBG_SEGMOVE 1
#define global DBG_SEGFREE 2
#define global DBG_MODLOAD 3
#define global DBG_MODFREE 4
#define global DBG_SINGLESTEP 5
#define global DBG_BREAK 6
#define global DBG_GPFAULT 7
#define global DBG_DIVOVERFLOW 8
#define global DBG_INSTRFAULT 9
#define global DBG_TASKSTART 10
#define global DBG_TASKSTOP 11
#define global DBG_DLLSTART 12
#define global DBG_DLLSTOP 13
#define global DBG_ATTACH 14
#define global DBG_TOOLHELP 15
#define global DBG_STACKFAULT 16
#define global DBG_WOWINIT 17
#define global DBG_TEMPBP 18
#define global DBG_MODMOVE 19
#define global DBG_INIT 20
#define global DBG_GPFAULT2 21
#define global VDMEVENT_NEEDS_INTERACTIVE 32768
#define global VDMEVENT_VERBOSE 16384
#define global VDMEVENT_PE 8192
#define global VDMEVENT_ALLFLAGS 57344
#define global VDMEVENT_V86 1
#define global VDMEVENT_PM16 2
#define global MAX_MODULE_NAME 9
#define global MAX_PATH16 255
#define global SN_CODE 0
#define global SN_DATA 1
#define global SN_V86 2
#define global GLOBAL_ALL 0
#define global GLOBAL_LRU 1
#define global GLOBAL_FREE 2
#define global GT_UNKNOWN 0
#define global GT_DGROUP 1
#define global GT_DATA 2
#define global GT_CODE 3
#define global GT_TASK 4
#define global GT_RESOURCE 5
#define global GT_MODULE 6
#define global GT_FREE 7
#define global GT_INTERNAL 8
#define global GT_SENTINEL 9
#define global GT_BURGERMASTER 10
#define global GD_USERDEFINED 0
#define global GD_CURSORCOMPONENT 1
#define global GD_BITMAP 2
#define global GD_ICONCOMPONENT 3
#define global GD_MENU 4
#define global GD_DIALOG 5
#define global GD_STRING 6
#define global GD_FONTDIR 7
#define global GD_FONT 8
#define global GD_ACCELERATORS 9
#define global GD_RCDATA 10
#define global GD_ERRTABLE 11
#define global GD_CURSOR 12
#define global GD_ICON 14
#define global GD_NAMETABLE 15
#define global GD_MAX_RESOURCE 15
#define global WOW_SYSTEM 1
#define global VDMDBG_BREAK_DOSTASK 1
#define global VDMDBG_BREAK_WOWTASK 2
#define global VDMDBG_BREAK_LOADDLL 4
#define global VDMDBG_BREAK_EXCEPTIONS 8
#define global VDMDBG_BREAK_DEBUGGER 16
#define global VDMDBG_TRACE_HISTORY 128
#define global VDMDBG_BREAK_DIVIDEBYZERO 256
#define global VDMDBG_INITIAL_FLAGS 256
#define global VDMDBG_MAX_SYMBOL_BUFFER 256
#define global VDMADDR_V86 2
#define global VDMADDR_PM16 4
#define global VDMADDR_PM32 16