MFIsContentProtectionDeviceSupported function

Checks whether a hardware security processor is supported for the specified media protection system.

Syntax


STDAPI MFIsContentProtectionDeviceSupported(
  _In_  REFGUID ProtectionSystemId,
  _Out_ BOOL    *isSupported
);

Parameters

ProtectionSystemId [in]

The identifier of the protection system that you want to check.

isSupported [out]

TRUE if the hardware security processor is supported for the specified protection system; otherwise FALSE.

Requirements

Minimum supported client

Windows 10 [desktop apps | UWP apps]

Minimum supported server

Windows Server 2016 [desktop apps | Windows Store apps]

Header

Mfidl.h

Library

Mfplat.lib

DLL

Mfplat.dll

See also

Media Foundation Functions

 

 

Show: