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)を使用するには、-targetmidl.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)

関連項目

system_handle

セクション オブジェクトとビュー

ZwCreateSection 関数 (アクセス仕様を含む)