RtwqUnlockWorkQueue 函数 (rtworkq.h)
解锁工作队列。
语法
HRESULT RtwqUnlockWorkQueue(
[in] DWORD workQueueId
);
参数
[in] workQueueId
要解锁的工作队列的标识符。 此标识符由 RtwqAllocateSerialWorkQueue、 RtwqAllocateWorkQueue 或 RtwqLockSharedWorkQueue 函数返回。
返回值
如果此函数成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8.1 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2012 R2 [仅限桌面应用] |
目标平台 | Windows |
标头 | rtworkq.h |
Library | Rtworkq.lib |
DLL | RTWorkQ.dll |