Skip to content

Latest commit

 

History

History
67 lines (53 loc) · 1.93 KB

nf-ufxclient-ufxendpointgettransferqueue.md

File metadata and controls

67 lines (53 loc) · 1.93 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:ufxclient.UfxEndpointGetTransferQueue
UfxEndpointGetTransferQueue function (ufxclient.h)
Returns the transfer queue previously created by UfxEndpointCreate.
buses\ufxendpointgettransferqueue.htm
usbref
05/07/2018
UfxEndpointGetTransferQueue function
UfxEndpointGetTransferQueue, UfxEndpointGetTransferQueue method [Buses], buses.ufxendpointgettransferqueue, ufxclient/UfxEndpointGetTransferQueue
ufxclient.h
Windows
Windows 10
ufxstub.lib
DISPATCH_LEVEL
Windows
UfxEndpointGetTransferQueue
ufxclient/UfxEndpointGetTransferQueue
APIRef
kbSyntax
COM
ufxclient.h
UfxEndpointGetTransferQueue

UfxEndpointGetTransferQueue function

-description

Returns the transfer queue previously created by UfxEndpointCreate.

-parameters

-param UfxEndpoint [in]

A handle to an endpoint object returned from a previous call to UfxEndpointCreate.

-returns

A handle to a framework queue object.

-remarks

For a code example that shows how to create an endpoint object and initialize its context, see the Remarks section of UfxEndpointCreate.

-see-also

UfxEndpointCreate