get_dpmi_version
Return DPMI information
Declaration
Source position: go32.pp line 106
function get_dpmi_version(var version: tdpmiversioninfo) : Boolean;
Description
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.
Errors
The call returns false if the information could not be retrieved.
See also
Name | Description |
---|---|
tdpmiversioninfo | Structure describing DPMI version |