IMFProtectedEnvironmentAccess interface
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.
Members
The IMFProtectedEnvironmentAccess interface inherits from the IUnknown interface. IMFProtectedEnvironmentAccess also has these types of members:
Methods
The IMFProtectedEnvironmentAccess interface has these methods.
| Method | Description |
|---|---|
| Call |
Allows content protection systems to access the protected environment. |
Remarks
See MFCreateProtectedEnvironmentAccess for an example of how to create and use an IMFProtectedEnvironmentAccess object.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
See also