imfContentDecryptorCoNtext::InitializeHardwareKey 方法 (mfidl.h)
允許顯示驅動程式傳回初始化新硬體金鑰時所使用的 IHV 特定資訊。
語法
HRESULT InitializeHardwareKey(
[in] UINT InputPrivateDataByteCount,
[in, optional] const void *InputPrivateData,
[out] UINT64 *OutputPrivateData
);
參數
[in] InputPrivateDataByteCount
InputPrivateData指定之緩衝區中的位元組數目。
[in, optional] InputPrivateData
此參數的內容是由 的實作所定義
在安全性處理器中執行的保護系統。 內容可能包含授權或串流屬性的相關資料。
[out] OutputPrivateData
傳回資料也會由保護系統實作的實作所定義
在安全性處理器中執行的 。 內容可能包含與基礎硬體金鑰相關聯的資料。
傳回值
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
需求
最低支援的用戶端 | Windows 10 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2016 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | mfidl.h |
程式庫 | Mfplat.lib |
Dll | Mfplat.dll |