Share via


MFCreateContentProtectionDevice-Funktion (mfidl.h)

Erstellt eine IMFContentProtectionDevice-Schnittstelle für das angegebene Medienschutzsystem.

Syntax

HRESULT MFCreateContentProtectionDevice(
  [in]  REFGUID                    ProtectionSystemId,
  [out] IMFContentProtectionDevice **ContentProtectionDevice
);

Parameter

[in] ProtectionSystemId

Der Bezeichner des Medienschutzsystems, für das Sie die IMFContentProtectionDevice-Schnittstelle erstellen möchten.

[out] ContentProtectionDevice

Zeiger auf die erstellte IMFContentProtectionDevice-Schnittstelle .

Rückgabewert

Keine

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 10 [Desktop-Apps | UWP-Apps]
Unterstützte Mindestversion (Server) Windows Server 2016 [Desktop-Apps | UWP-Apps]
Zielplattform Windows
Kopfzeile mfidl.h
Bibliothek Mfplat.lib
DLL Mfplat.dll

Weitere Informationen

IMFContentProtectionDevice

Media Foundation-Funktionen