sh_thread キーワード
sh_thread キーワード (keyword)は、 がスレッドへのハンドルを保持することをsystem_handle
指定します。
[system_handle(sh_thread)]
[system_handle(sh_thread, access-rights)]
このキーワード (keyword)は、system_handleのパラメーターです。
system_handleドキュメントには、access-rights パラメーターの省略可能な使用に関する詳細も含まれています。 既定の動作は DuplicateHandleDUPLICATE_SAME_ACCESS
関数の仕様に従います。
属性でsystem_handle
このキーワード (keyword)を使用するには、-target
midl.exeの実行時に フラグを (以上) にNT100
設定する必要があります。
interface MyInterface : IUnknown
{
HRESULT SetThread([in, system_handle(sh_process)] HANDLE threadHandle);
}
サポートされている最小のクライアント | Windows 10 Anniversary Update (バージョン 1607、ビルド 14393) |
サポートされている最小のサーバー | Windows Server 2016 (ビルド 14393) |