共用方式為


GetDefaultContentDecryptionModuleFactory 函式 (comppkgsup.h)

重要

某些資訊與發行前版本產品有關,在發行前版本產品可能經過大幅修改。 Microsoft未就此處提供的資訊提供任何明示或默示擔保。

針對內建至 Windows 的指定索引鍵系統,傳回 IMFContentDecryptionModuleFactory 實作。

語法

HRESULT GetDefaultContentDecryptionModuleFactory(
  [in]  PCWSTR                            keySystem,
  [out] IMFContentDecryptionModuleFactory **contentDecryptionModuleFactory
);

參數

[in] keySystem

PCWSTR,識別傳回解密模組的金鑰系統。

[out] contentDecryptionModuleFactory

如果找到指定的索引鍵系統,則會收到 IMFContentDecryptionModuleFactory 實作的指標;否則為 NULL。

傳回值

HRESULT,包括下列值:

價值 描述
S_OK 成功。 即使找不到指定的索引鍵系統,此函式仍會傳回成功,但在此情況下,contentDecryptionModuleFactory 參數為 NULL。
CO_E_NOTINITIALIZED 呼叫函式之前未初始化 COM

言論

GetDefaultContentDescryptionModuleFactory 只會考慮內建至 Windows 的內容解密模組處理站,而不考慮從 Microsoft 市集下載的內容解密模塊處理站。

建議應用程式使用 IMFMediaEngineClassFactory4::CreateContentDecryptionModuleFactory,因為此方法會先呼叫 GetDefaultContentDecryptionModuleFactory,但也會搜尋 IMFContentDecryptionModuleFactory 可能已從 Microsoft Store 下載的任何相符實作。

要求

要求 價值
最低支援的用戶端 Windows 11 版本 24H2
標頭 comppkgsup.h
連結庫 Comppkgsup.lib
DLL Comppkgsup.dll