Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AppPolicyMediaFoundationCodecLoading enumeration (appmodel.h)

The AppPolicyMediaFoundationCodecLoading enumeration indicates whether a process’s policy allows it to load non-Windows (third-party) plugins.

Syntax

typedef enum AppPolicyMediaFoundationCodecLoading {
 AppPolicyMediaFoundationCodecLoading_All,
 AppPolicyMediaFoundationCodecLoading_InboxOnly
} ;

Constants

 
AppPolicyMediaFoundationCodecLoading_All
Indicates that the process’s policy allows it to load non-Windows (third-party) plugins.
AppPolicyMediaFoundationCodecLoading_InboxOnly
Indicates that the process’s policy does not allow it to load non-Windows (third-party) plugins.

Requirements

Requirement Value
Header appmodel.h

Feedback

Was this page helpful?

Additional resources