Skip to content

Latest commit

 

History

History
69 lines (53 loc) · 1.71 KB

nf-udecxurb-udecxurbcomplete.md

File metadata and controls

69 lines (53 loc) · 1.71 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:udecxurb.UdecxUrbComplete
UdecxUrbComplete function (udecxurb.h)
Completes the URB request with a USB-specific completion status code.
buses\udecxurbcomplete.htm
usbref
05/07/2018
UdecxUrbComplete function
UdecxUrbComplete, UdecxUrbComplete function [Buses], buses.udecxurbcomplete, udecxurb/UdecxUrbComplete
udecxurb.h
Udecx.h
Windows
Windows 10
Windows Server 2016
1.15
Udecxstub.lib
PASSIVE_LEVEL
Windows
UdecxUrbComplete
udecxurb/UdecxUrbComplete
APIRef
kbSyntax
LibDef
Udecxstub.lib
Udecxstub.dll
UdecxUrbComplete

UdecxUrbComplete function

-description

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

-parameters

-param Request [in]

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

-param 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