Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
EBIOS_Get_Version
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include ebios.inc
 
VxDcall EBIOS_Get_Version
 
The EBIOS_Get_Version service returns the virtual EBIOS device version
number and the location and size of the EBIOS pages.
 
Parameter                        Description
────────────────────────────────────────────────────────────────────────────
 
This service has no parameters.
Return Value
 
The carry flag is clear if the service is successful. The EAX register
contains the version number, the EDX register contains number of the first
page, and the ECX register contains the number of pages.
 
The carry flag is set if the virtual EBIOS device is not installed and EBIOS
pages are not allocated.
 
Uses
 
EAX, ECX, EDX, Flags
 
                                      ♦