sh_reg_key 關鍵字
sh_reg_key關鍵字會指定 保存 system_handle
登錄機碼控制碼。
[system_handle(sh_reg_key)]
[system_handle(sh_reg_key, access-rights)]
這個關鍵字是 system_handle的參數。
system_handle檔也包含選擇性使用存取權限參數的詳細資料。 預設行為是 DUPLICATE_SAME_ACCESS
每個DuplicateHandle函式規格。
若要搭配 system_handle
屬性使用此關鍵字, -target
旗標必須在執行midl.exe時設定為 NT100
(或更高版本) 。
interface MyInterface : IUnknown
{
HRESULT GetConfigurationKey([out, system_handle(sh_reg_key)] HANDLE* key);
HRESULT SetKeyForWatch([in, system_handle(sh_reg_key, KEY_READ)] HANDLE watchKey);
}
最低支援的用戶端 | Windows 10年度更新版 (1607,組建 14393) |
最低支援的伺服器 | Windows Server 2016 (組建 14393) |