MF_PLUGIN_CONTROL_POLICY enumeration
Defines policy settings for the IMFPluginControl2::SetPolicy method.
Syntax
typedef enum MF_PLUGIN_CONTROL_POLICY { MF_PLUGIN_CONTROL_POLICY_USE_ALL_PLUGINS = 0, MF_PLUGIN_CONTROL_POLICY_USE_APPROVED_PLUGINS = 1, MF_PLUGIN_CONTROL_POLICY_USE_WEB_PLUGINS = 2 } MF_PLUGIN_CONTROL_POLICY;
Constants
- MF_PLUGIN_CONTROL_POLICY_USE_ALL_PLUGINS
-
Enumerate all registered sources and transforms.
- MF_PLUGIN_CONTROL_POLICY_USE_APPROVED_PLUGINS
-
Enumerate only approved sources and transforms. Third-party components are excluded unless the component is registered with a valid merit value, or the component was registered locally by the application.
- MF_PLUGIN_CONTROL_POLICY_USE_WEB_PLUGINS
-
Restrict enumeration to components intended for use in a web browser.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
See also