sh_process關鍵字

sh_process關鍵字會指定 保存 system_handle 進程的控制碼。

[system_handle(sh_process)]

[system_handle(sh_process, access-rights)]

參數

這個關鍵字是 system_handle的參數。

system_handle檔也包含選擇性使用存取權限參數的詳細資料。 預設行為是 DUPLICATE_SAME_ACCESS 每個DuplicateHandle 函式規格。

備註

若要搭配 system_handle 屬性使用這個關鍵字,在執行 midl.exe 時, -target 旗標必須設定為 NT100 (或更高版本) 。

範例

interface MyInterface : IUnknown                         
{         
    HRESULT GetStubProcess([out, system_handle(sh_process)] HANDLE* processHandle);

    HRESULT WatchProcess([in, system_handle(sh_process, PROCESS_QUERY_INFORMATION | PROCESS_QUERY_LIMITED_INFORMATION)] HANDLE processHandle);
}

規格需求

   
最低支援的用戶端 Windows 10年度更新版 (1607,組建 14393)
最低支援的伺服器 Windows Server 2016 (組建 14393)

另請參閱

system_handle

關於處理序和執行緒

處理安全性和存取權限

CreateProcess 函式

OpenProcess 函式