// video.h
VIDEOPORT_DEPRECATED VIDEOPORT_API VOID VideoPortUnlockBuffer(
[in] IN PVOID HwDeviceExtension,
[in] IN PVOID Mdl
);
View the official Windows Driver Kit DDI referenceNo description available.
The VideoPortUnLockBuffer function unlocks physical pages described by the specified memory descriptor list (MDL).
HwDeviceExtension [in]Pointer to the miniport driver's device extension.
Mdl [in]Pointer to the MDL of the buffer to be released. This parameter should be the same pointer that was returned by VideoPortLockBuffer.
None