Win32 API 日本語リファレンス
ホームSystem.VirtualDosMachines › 定数

定数

95

Windows.Win32.System.VirtualDosMachines

名前
VDMCONTEXT_i386DWORD65536
VDMCONTEXT_i486DWORD65536
VDM_KGDT_R3_CODEDWORD24
VDM_MAXIMUM_SUPPORTED_EXTENSIONDWORD512
V86FLAGS_CARRYDWORD1
V86FLAGS_PARITYDWORD4
V86FLAGS_AUXCARRYDWORD16
V86FLAGS_ZERODWORD64
V86FLAGS_SIGNDWORD128
V86FLAGS_TRACEDWORD256
V86FLAGS_INTERRUPTDWORD512
V86FLAGS_DIRECTIONDWORD1024
V86FLAGS_OVERFLOWDWORD2048
V86FLAGS_IOPLDWORD12288
V86FLAGS_IOPL_BITSDWORD18
V86FLAGS_RESUMEDWORD65536
V86FLAGS_V86DWORD131072
V86FLAGS_ALIGNMENTDWORD262144
STATUS_VDM_EVENTINT1073741829
DBG_SEGLOADDWORD0
DBG_SEGMOVEDWORD1
DBG_SEGFREEDWORD2
DBG_MODLOADDWORD3
DBG_MODFREEDWORD4
DBG_SINGLESTEPDWORD5
DBG_BREAKDWORD6
DBG_GPFAULTDWORD7
DBG_DIVOVERFLOWDWORD8
DBG_INSTRFAULTDWORD9
DBG_TASKSTARTDWORD10
DBG_TASKSTOPDWORD11
DBG_DLLSTARTDWORD12
DBG_DLLSTOPDWORD13
DBG_ATTACHDWORD14
DBG_TOOLHELPDWORD15
DBG_STACKFAULTDWORD16
DBG_WOWINITDWORD17
DBG_TEMPBPDWORD18
DBG_MODMOVEDWORD19
DBG_INITDWORD20
DBG_GPFAULT2DWORD21
VDMEVENT_NEEDS_INTERACTIVEDWORD32768
VDMEVENT_VERBOSEDWORD16384
VDMEVENT_PEDWORD8192
VDMEVENT_ALLFLAGSDWORD57344
VDMEVENT_V86DWORD1
VDMEVENT_PM16DWORD2
MAX_MODULE_NAMEDWORD9
MAX_PATH16DWORD255
SN_CODEDWORD0
SN_DATADWORD1
SN_V86DWORD2
GLOBAL_ALLDWORD0
GLOBAL_LRUDWORD1
GLOBAL_FREEDWORD2
GT_UNKNOWNDWORD0
GT_DGROUPDWORD1
GT_DATADWORD2
GT_CODEDWORD3
GT_TASKDWORD4
GT_RESOURCEDWORD5
GT_MODULEDWORD6
GT_FREEDWORD7
GT_INTERNALDWORD8
GT_SENTINELDWORD9
GT_BURGERMASTERDWORD10
GD_USERDEFINEDDWORD0
GD_CURSORCOMPONENTDWORD1
GD_BITMAPDWORD2
GD_ICONCOMPONENTDWORD3
GD_MENUDWORD4
GD_DIALOGDWORD5
GD_STRINGDWORD6
GD_FONTDIRDWORD7
GD_FONTDWORD8
GD_ACCELERATORSDWORD9
GD_RCDATADWORD10
GD_ERRTABLEDWORD11
GD_CURSORDWORD12
GD_ICONDWORD14
GD_NAMETABLEDWORD15
GD_MAX_RESOURCEDWORD15
WOW_SYSTEMDWORD1
VDMDBG_BREAK_DOSTASKDWORD1
VDMDBG_BREAK_WOWTASKDWORD2
VDMDBG_BREAK_LOADDLLDWORD4
VDMDBG_BREAK_EXCEPTIONSDWORD8
VDMDBG_BREAK_DEBUGGERDWORD16
VDMDBG_TRACE_HISTORYDWORD128
VDMDBG_BREAK_DIVIDEBYZERODWORD256
VDMDBG_INITIAL_FLAGSDWORD256
VDMDBG_MAX_SYMBOL_BUFFERDWORD256
VDMADDR_V86DWORD2
VDMADDR_PM16DWORD4
VDMADDR_PM32DWORD16

各言語での定義

定数の定義。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 16
public 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 = 16
pub 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