Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IMFContentProtectionDevice interface

Allows a decryptor to communicate with the security processor that implements the hardware decryption for a protection system.

Members

The IMFContentProtectionDevice interface inherits from the IUnknown interface. IMFContentProtectionDevice also has these types of members:

Methods

The IMFContentProtectionDevice interface has these methods.

MethodDescription
GetPrivateDataByteCount

Gets the required number of bytes that need to be prepended to the input and output buffers when you call the security processor through the InvokeFunction method. When you specify this number of bytes, the Media Foundation transform (MFT) decryptor can allocate the total amount of bytes and can avoid making copies of the data when the decrytor moves the data to the security processor.

InvokeFunction

Calls into the implementation of the protection system in the security processor.

 

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

IUnknown
Media Foundation Interfaces

 

 

Show:
© 2017 Microsoft