MFCreateProtectedEnvironmentAccess function (mfidl.h)

Creates an IMFProtectedEnvironmentAccess object that allows content protection systems to perform a handshake with the protected environment.

Syntax

HRESULT MFCreateProtectedEnvironmentAccess(
  [out] IMFProtectedEnvironmentAccess **ppAccess
);

Parameters

[out] ppAccess

Receives a pointer to the IMFProtectedEnvironmentAccess interface.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Target Platform Windows
Header mfidl.h
Library Mf.lib
DLL Mf.dll

See also

Call

IMFProtectedEnvironmentAccess

Media Foundation Functions