Skip to content

Latest commit

 

History

History
80 lines (58 loc) · 2.53 KB

nf-video-videoportassociateeventswithdmahandle.md

File metadata and controls

80 lines (58 loc) · 2.53 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:video.VideoPortAssociateEventsWithDmaHandle
VideoPortAssociateEventsWithDmaHandle function (video.h)
The VideoPortAssociateEventsWithDmaHandle function is obsolete in Windows 2000 and later.VideoPortAssociateEventsWithDmaHandle associates an event, which is shared by the video display driver and the video miniport driver, with a DMA handle.
display\videoportassociateeventswithdmahandle.htm
display
05/10/2018
VideoPortAssociateEventsWithDmaHandle function
VideoPortAssociateEventsWithDmaHandle, VideoPortAssociateEventsWithDmaHandle function [Display Devices], VideoPort_Functions_0b61cb97-6bee-4882-83c9-1a56b8c2807b.xml, display.videoportassociateeventswithdmahandle, video/VideoPortAssociateEventsWithDmaHandle
video.h
Video.h
Desktop
Available in Windows 2000 and later versions of the Windows operating systems.
Videoprt.lib
Videoprt.sys
Windows
VideoPortAssociateEventsWithDmaHandle
video/VideoPortAssociateEventsWithDmaHandle
APIRef
kbSyntax
DllExport
Videoprt.sys
VideoPortAssociateEventsWithDmaHandle

VideoPortAssociateEventsWithDmaHandle function

-description

The VideoPortAssociateEventsWithDmaHandle function is obsolete in Windows 2000 and later.

VideoPortAssociateEventsWithDmaHandle associates an event, which is shared by the video display driver and the video miniport driver, with a DMA handle.

-parameters

-param HwDeviceExtension [in]

Pointer to the miniport driver's device extension.

-param pVrp [in, out]

Pointer to a VIDEO_REQUEST_PACKET.

-param MappedUserEvent [in]

Is reserved for system use.

-param DisplayDriverEvent [in]

Is reserved for system use.

-returns

VideoPortAssociateEventsWithDmaHandle always returns NULL.

-remarks

See Bus-Master DMA in Video Miniport Drivers for information about packet-based and common-buffer DMA transfers.