使用英语阅读

通过


sh_section 关键字

sh_section关键字 (keyword) 指定 保留system_handle节的句柄。

[system_handle(sh_section)]

[system_handle(sh_section, access-rights)]

parameters

此关键字 (keyword) 是system_handle的参数。

system_handle文档还包含有关访问权限参数的可选使用的详细信息。 默认行为根据 DUPLICATE_SAME_ACCESSDuplicateHandle 函数 规范执行。

备注

若要将此关键字 (keyword) 与 属性一起使用system_handle-target在运行midl.exe时,必须将标志设置为NT100 (或更高的) 。

示例

interface MyInterface : IUnknown                         
{         
    HRESULT GiveSection([in, system_handle(sh_section)] HANDLE section);

    HRESULT GetSectionToWatch([out, system_handle(sh_section, SECTION_MAP_READ)] HANDLE* pSection);
}

要求

   
最低受支持的客户端 Windows 10 周年更新 (版本 1607 内部版本 14393)
最低受支持的服务器 Windows Server 2016 (内部版本 14393)

另请参阅

system_handle

节对象和视图

ZwCreateSection 函数 (包括访问规范)