UfxEndpointGetCommandQueue 函数 (ufxclient.h)

返回以前由 UfxEndpointCreate创建的命令队列。

语法

WDFQUEUE UfxEndpointGetCommandQueue(
  [in] UFXENDPOINT UfxEndpoint
);

参数

[in] UfxEndpoint

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

返回值

框架队列对象的句柄。

言论

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

要求

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

另请参阅

UfxEndpointCreate