UdecxUrbCompleteWithNtStatus - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// udecxurb.h

VOID UdecxUrbCompleteWithNtStatus(
  [in] WDFREQUEST Request,
  [in] NTSTATUS   NtStatus
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-udecxurb-udecxurbcompletewithntstatus)

UdecxUrbCompleteWithNtStatus function

Description

Completes the URB request with an NTSTATUS code.

Parameters

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.

See also

Architecture: USB Device Emulation (UDE)

Write a UDE client driver