Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
UdecxUrbComplete function (udecxurb.h)
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 |
See also
Feedback
Was this page helpful?
