UdecxUrbSetBytesCompleted - NtDoc

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

VOID UdecxUrbSetBytesCompleted(
  [in] WDFREQUEST Request,
       ULONG      BytesCompleted
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

UdecxUrbSetBytesCompleted function

Description

Sets the number of bytes transferred for the URB contained within a framework request object.

Parameters

Request [in]

A handle to a framework request object that contains the URB for the transfer.

BytesCompleted

The number of transferred bytes to set in the URB. This value must not be greater than the transfer buffer length.

See also

Architecture: USB Device Emulation (UDE)

Write a UDE client driver