MFIsContentProtectionDeviceSupported function (mfidl.h)
Checks whether a hardware security processor is supported for the specified media protection system.
Syntax
HRESULT MFIsContentProtectionDeviceSupported(
[in] REFGUID ProtectionSystemId,
[out] BOOL *isSupported
);
Parameters
[in] ProtectionSystemId
The identifier of the protection system that you want to check.
[out] isSupported
TRUE if the hardware security processor is supported for the specified protection system; otherwise FALSE.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2016 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | mfidl.h |
Library | Mfplat.lib |
DLL | Mfplat.dll |