UdecxUrbComplete - NtDoc

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

VOID UdecxUrbComplete(
  [in] WDFREQUEST  Request,
  [in] USBD_STATUS UsbdStatus
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

UdecxUrbComplete function

Description

Completes the URB request with a USB-specific completion status code.

Parameters

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.

See also

Architecture: USB Device Emulation (UDE)

Write a UDE client driver