// wdfdmaenabler.h
size_t WdfDmaEnablerGetMaximumLength(
[in] WDFDMAENABLER DmaEnabler
);
View the official Windows Driver Kit DDI referenceNo description available.
[Applies to KMDF only]
The WdfDmaEnablerGetMaximumLength method returns the maximum transfer length, for a single DMA transfer, that a device supports.
DmaEnabler [in]A handle to a DMA enabler object that the driver obtained from a previous call to WdfDmaEnablerCreate.
WdfDmaEnablerGetMaximumLength returns the maximum length of a DMA transfer, in bytes. This length is the same value that was specified in a previous call to WdfDmaEnablerCreate.
A bug check occurs if the driver supplies an invalid object handle.
WdfDmaEnablerGetFragmentLength