VDMAD_Enable_Translation

include vdmad.inc

mov eax, DMA_Handle
mov ebx, VMHandle
VxDcall VDMAD_Enable_Translation
 

Decrements the disable count associated with a standard DMA channel. Uses flags

DMA_Handle
Specifies the DMA handle.
VMHandle
Specifies the virtual machine handle.

If the disable count goes to 0, the automatic translation is re-enabled.

This service clears the zero flag if automatic translation is re-enabled.