UfxEndpointGetCommandQueue function (ufxclient.h)

Returns the command queue previously created by UfxEndpointCreate.

Syntax

WDFQUEUE UfxEndpointGetCommandQueue(
  [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

See also

UfxEndpointCreate