IMFOutputSchema interface
Encapsulates information about an output protection system and its corresponding configuration data.
Members
The IMFOutputSchema interface inherits from IMFAttributes. IMFOutputSchema also has these types of members:
Methods
The IMFOutputSchema interface has these methods.
| Method | Description |
|---|---|
| GetConfigurationData |
Returns configuration data for the output protection system. |
| GetOriginatorID |
Retrieives a GUID identifying the input trust authority (ITA) that generated this output schema object. |
| GetSchemaType |
Retrieves the output protection system that is represented by this object. |
Remarks
If the configuration information for the output protection system does not require more than a DWORD of space, the configuration information is retrieved in the GetConfigurationData method. If more than a DWORD of configuration information is needed, it is stored using the IMFAttributes interface.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
See also