LDT_ENTRY 構造体

宣言文
Type LDT_ENTRY
	LimitLow As Integer
	BaseLow As Integer
	HighWord As Long	' Can use LDT_BYTES Type
End Type
備考
Structure LDT_ENTRY
	LimitLow As Short
	BaseLow As Short
	HighWord As Integer	' Can use LDT_BYTES Type
End Structure