// video.h
VIDEOPORT_DEPRECATED VIDEOPORT_API VOID VideoPortSetBytesUsed(
[in] IN PVOID HwDeviceExtension,
[in, out] IN OUT PDMA pDma,
[in] IN ULONG BytesUsed
);
View the official Windows Driver Kit DDI referenceNo description available.
The VideoPortSetBytesUsed function is obsolete in Windows 2000 and later.
HwDeviceExtension [in]Pointer to the miniport driver's device extension.
pDma [in, out]Pointer to a DMA handle. To obtain the appropriate DMA handle, use the value in the OutputBuffer member of the pVrp parameter after VideoPortLockPages returns.
BytesUsed [in]Specifies the number of bytes written to the buffer.
None