Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Completes the URB request with a USB-specific completion status code.
Syntax
void UdecxUrbComplete(
[in] WDFREQUEST Request,
[in] USBD_STATUS UsbdStatus
);
Parameters
[in] Request
A handle to a framework request object that contains the URB for the transfer.
[in] UsbdStatus
A USBD_STATUS-typed value that indicates the success or failure of the completed URB request.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Minimum supported server | Windows Server 2016 |
Target Platform | Windows |
Minimum KMDF version | 1.15 |
Header | udecxurb.h (include Udecx.h) |
Library | Udecxstub.lib |
IRQL | PASSIVE_LEVEL |