PVIDEO_HW_START_DMA - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// video.h

PVIDEO_HW_START_DMA PvideoHwStartDma;

HW_DMA_RETURN PvideoHwStartDma(
  PVOID HwDeviceExtension,
  PDMA pDma
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-video-pvideo_hw_start_dma)

Description

A video miniport driver's HwStartDma function starts a DMA transfer. Reserved for system use.

Parameters

HwDeviceExtension

Pointer to the miniport driver's per-adapter storage area. For more information, see Device Extensions.

pDma

Opaque type for DMA handle.

Return value

HwStartDma returns a HW_DMA_RETURN enumeration value.

See also

VIDEO_HW_INITIALIZATION_DATA