sh_mutex 关键字
sh_mutex关键字 (keyword) 指定 system_handle
保留互斥体的句柄。
[system_handle(sh_mutex)]
[system_handle(sh_mutex, access-rights)]
此关键字 (keyword) 是system_handle的参数。
system_handle文档还包含有关可选使用访问权限参数的详细信息。 默认行为符合 DUPLICATE_SAME_ACCESS
DuplicateHandle 函数 规范。
若要将此关键字 (keyword) 与 属性一起使用system_handle
,-target
在运行 midl.exe 时, 标志必须设置为 NT100
(或更高的) 。
interface MyInterface : IUnknown
{
HRESULT WaitOnThisMutex([in, system_handle(sh_mutex)] HANDLE mutex);
}
最低受支持的客户端 | Windows 10 周年更新 (版本 1607,内部版本 14393) |
最低受支持的服务器 | Windows Server 2016 (内部版本 14393) |