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.
VDMAD_Enable_Translation
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vdmad.inc
 
VxDcall VDMAD_Enable_Translation
 
The VDMAD_Enable_Translation service decrements the disable count associated
with a standard DMA channel. If the disable count goes to 0, the automatic
translation is re-enabled.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
EAX        Specifies the DMA handle.
 
EBX        Specifies the virtual machine handle.
 
Return Value
 
The carry flag is clear if the service is successful. The zero flag is clear
if automatic translation is re-enabled. Otherwise, the carry flag is set if
the irtual device attempted to enable when translation was already enabled.
 
Uses
 
Flags
 
See Also
 
VDMAD_Disable_Translation