// udecxurb.h
VOID UdecxUrbComplete(
[in] WDFREQUEST Request,
[in] USBD_STATUS UsbdStatus
);
View the official Windows Driver Kit DDI referenceNo description available.
Completes the URB request with a USB-specific completion status code.
Request [in]A handle to a framework request object that contains the URB for the transfer.
UsbdStatus [in]A USBD_STATUS-typed value that indicates the success or failure of the completed URB request.
Architecture: USB Device Emulation (UDE)