BfEnTvRat_Attributes_US_TV Enumeration
This topic applies to Windows XP Service Pack 1 or later.
The BfEnTvRat_Attributes_US_TV enumeration type specifies content rating attributes in the US television system.
Syntax
typedef enum {
US_TV_IsBlocked = BfIsBlocked,
US_TV_IsViolent = BfIsAttr_1,
US_TV_IsSexualSituation = BfIsAttr_2,
US_TV_IsAdultLanguage = BfIsAttr_3,
US_TV_IsSexuallySuggestiveDialog = BfIsAttr_4,
US_TV_ValidAttrSubmask = 31
} BfEnTvRat_Attributes_US_TV;
Constants
US_TV_IsBlocked
Block playback.US_TV_IsViolent
Content contains violence.US_TV_IsSexualSituation
Content contains sexual situations.US_TV_IsAdultLanguage
Content contains adult language.US_TV_IsSexuallySuggestiveDialog
Content contains sexually suggestive dialogue.US_TV_ValidAttrSubmask
A bitmask of all valid attribute bits for the US TV ratings system.
Remarks
This enumeration type maps BfEnTvRat_GenericAttributes flags to the MPAA rating system.
Requirements
Header | Declared in Tvratings.h. |
See Also
EnTvRat_GenericLevel
TV Ratings Enumerations
Send comments about this topic to Microsoft
Build date: 12/4/2008