sh_section キーワード
sh_section キーワード (keyword)は、 がセクションへのハンドルを保持することをsystem_handle
指定します。
[system_handle(sh_section)]
[system_handle(sh_section, access-rights)]
このキーワード (keyword)は、system_handleのパラメーターです。
system_handleドキュメントには、access-rights パラメーターの省略可能な使用に関する詳細も含まれています。 既定の動作は DuplicateHandleDUPLICATE_SAME_ACCESS
関数の仕様に従います。
属性でsystem_handle
このキーワード (keyword)を使用するには、-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 Anniversary Update (バージョン 1607、ビルド 14393) |
サポートされている最小のサーバー | Windows Server 2016 (ビルド 14393) |