// video.h
PVIDEO_HW_START_DMA PvideoHwStartDma;
HW_DMA_RETURN PvideoHwStartDma(
PVOID HwDeviceExtension,
PDMA pDma
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
A video miniport driver's HwStartDma function starts a DMA transfer. Reserved for system use.
HwDeviceExtensionPointer to the miniport driver's per-adapter storage area. For more information, see Device Extensions.
pDmaOpaque type for DMA handle.
HwStartDma returns a HW_DMA_RETURN enumeration value.