| [Overview][Constants][Types][Procedures and functions][Variables][Index] | 
Structure describing DPMI version
Source position: go32.pp line 79
| type tdpmiversioninfo = record | ||
| major: Byte; | 
 | Major version number | 
| minor: Byte; | 
 | Minor version number | 
| flags: Word; | 
 | Flags | 
| cpu: Byte; | 
 | CPU type | 
| master_pic: Byte; | 
 | PIC master | 
| slave_pic: Byte; | 
 | PIC slave | 
| end; | 
tdpmiversioninfo describes the dpmi version information, as returned by get_dpmi_version. The CPU field can have the following values:
The flags field is a bitmask with the following bits:
| 
 | Return DPMI information |