IMFSignedLibrary interface
Provides a method that allows content protection systems to get the procedure address of a function in the signed library. This method provides the same functionality as GetProcAddress which is not available to Windows Store apps.
Members
The IMFSignedLibrary interface inherits from the IUnknown interface. IMFSignedLibrary also has these types of members:
Methods
The IMFSignedLibrary interface has these methods.
| Method | Description |
|---|---|
| GetProcedureAddress |
Gets the procedure address of the specified function in the signed library. |
Remarks
See MFLoadSignedLibrary for an example of how to create and use an IMFSignedLibrary 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