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.
VHD_Get_Version
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vhd.inc
 
VxDcall VHD_Get_Version
 
The VHD_Get_Version service returns the VHD version number.
 
This service has no parameters.
 
Return Value
 
The AH register contains the major version number.
 
The AL register contains the minor version number.
 
The CL register contains the number of drives supported (0-based).
 
The EDX register can contain the following flag value:
 
Value  Meaning
────────────────────────────────────────────────────────────────────────────
1      Supports direct to hardware read and write operations.
 
The carry flag is clear.
 
Uses
 
EAX, Flags
 
                                      ♦