[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Return DPMI information
Source position: go32.pp line 105
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 |