Return DPMI information.
Source position: go32.pp line 108
| function get_dpmi_version( | 
| var version: tdpmiversioninfo | 
| ):Boolean; | 
get_dpmi_version returns version information (Int $31 Function $0400) in Version and returns True if the information was retrieved successfully, false if the call failed.
The call returns false if the information could not be retrieved.
| 
 | Structure describing DPMI version. |