// video.h
VIDEOPORT_DEPRECATED VIDEOPORT_API VOID VideoPortPutDmaAdapter(
[in] IN PVOID HwDeviceExtension,
[in] IN PVP_DMA_ADAPTER VpDmaAdapter
);
View the official Windows Driver Kit DDI referenceNo description available.
The VideoPortPutDmaAdapter function frees a VP_DMA_ADAPTER structure that was previously allocated by a call to VideoPortGetDmaAdapter.
HwDeviceExtension [in]Pointer to the miniport driver's device extension.
VpDmaAdapter [in]Pointer to the VP_DMA_ADAPTER structure that represents the bus-master adapter.
None
A miniport driver should call this function only if it will not use the same VP_DMA_ADAPTER structure again.