// udecxurb.h
VOID UdecxUrbSetBytesCompleted(
[in] WDFREQUEST Request,
ULONG BytesCompleted
);
View the official Windows Driver Kit DDI referenceNo description available.
Sets the number of bytes transferred for the URB contained within a framework request object.
Request [in]A handle to a framework request object that contains the URB for the transfer.
BytesCompletedThe number of transferred bytes to set in the URB. This value must not be greater than the transfer buffer length.
Architecture: USB Device Emulation (UDE)