VDMAD_Enable_Translation

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.

Parameters

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 virtual device attempted to enable when translation was already enabled.

Uses

Flags

See Also

VDMAD_Disable_Translation