IMFProtectedEnvironmentAccess interface (mfidl.h)

Provides a method that allows content protection systems to perform a handshake with the protected environment. This is needed because the CreateFile and DeviceIoControl APIs are not available to Windows Store apps.

Inheritance

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

Methods

The IMFProtectedEnvironmentAccess interface has these methods.

 
IMFProtectedEnvironmentAccess::Call

Allows content protection systems to access the protected environment.
IMFProtectedEnvironmentAccess::ReadGRL

Gets the Global Revocation List (GLR).

Remarks

See MFCreateProtectedEnvironmentAccess for an example of how to create and use an IMFProtectedEnvironmentAccess object.

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

See also

MFCreateProtectedEnvironmentAccess

Media Foundation Interfaces