MFCreateContentProtectionDevice 函数 (mfidl.h)
为指定的媒体保护系统创建 IMFContentProtectionDevice 接口。
语法
HRESULT MFCreateContentProtectionDevice(
[in] REFGUID ProtectionSystemId,
[out] IMFContentProtectionDevice **ContentProtectionDevice
);
参数
[in] ProtectionSystemId
要为其创建 IMFContentProtectionDevice 接口的媒体保护系统的标识符。
[out] ContentProtectionDevice
指向创建的 IMFContentProtectionDevice 接口的指针。
返回值
无
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 10 [桌面应用 |UWP 应用] |
最低受支持的服务器 | Windows Server 2016 [桌面应用 |UWP 应用] |
目标平台 | Windows |
标头 | mfidl.h |
Library | Mfplat.lib |
DLL | Mfplat.dll |