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.

MFCreateContentProtectionDevice function

Creates an IMFContentProtectionDevice interface for the specified media protection system.

Syntax


STDAPI MFCreateContentProtectionDevice(
  _In_  REFGUID                    ProtectionSystemId,
  _Out_ IMFContentProtectionDevice **ContentProtectionDevice
);

Parameters

ProtectionSystemId [in]

The idenfier of the media protection system for which you want to create the IMFContentProtectionDevice interface.

ContentProtectionDevice [out]

Pointer to the created IMFContentProtectionDevice interface.

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
IMFContentProtectionDevice

 

 

Show:
© 2017 Microsoft