// video.h
VIDEOPORT_DEPRECATED VIDEOPORT_API VOID VideoPortSetDmaContext(
[in] IN PVOID HwDeviceExtension,
[out] OUT PDMA pDma,
[in] IN PVOID InstanceContext
);
View the official Windows Driver Kit DDI referenceNo description available.
The VideoPortSetDmaContext function is obsolete in Windows 2000 and later.
HwDeviceExtension [in]Pointer to the miniport driver's device extension.
pDma [out]Pointer to a DMA handle.
InstanceContext [in]Pointer to the DMA context to set.
None
See Bus-Master DMA in Video Miniport Drivers for information about packet-based and common-buffer DMA transfers.