UfxEndpointGetTransferQueue 函数 (ufxclient.h)

返回以前由 UfxEndpointCreate 创建的传输队列。

语法

WDFQUEUE UfxEndpointGetTransferQueue(
  [in] UFXENDPOINT UfxEndpoint
);

参数

[in] UfxEndpoint

从上次调用 UfxEndpointCreate 返回的终结点对象的句柄。

返回值

框架队列对象的句柄。

注解

有关演示如何创建终结点对象并初始化其上下文的代码示例,请参阅 UfxEndpointCreate 的“备注”部分。

要求

要求
最低受支持的客户端 Windows 10
目标平台 Windows
标头 ufxclient.h
Library ufxstub.lib
IRQL DISPATCH_LEVEL

另请参阅

UfxEndpointCreate