UfxEndpointGetTransferQueue function (ufxclient.h)
Returns the transfer queue previously created by UfxEndpointCreate.
Syntax
WDFQUEUE UfxEndpointGetTransferQueue(
[in] UFXENDPOINT UfxEndpoint
);
Parameters
[in] UfxEndpoint
A handle to an endpoint object returned from a previous call to UfxEndpointCreate.
Return value
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Target Platform | Windows |
Header | ufxclient.h |
Library | ufxstub.lib |
IRQL | DISPATCH_LEVEL |