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