Share via


EnTvRat_CAE_TV Enumeration

This topic applies to Windows XP Service Pack 1 or later.

The EnTvRat_CAE_TV enumeration type specifies rating levels for English-Canadian television.

Syntax

typedef enum  {
  CAE_TV_Exempt     = TvRat_0,
  CAE_TV_C          = TvRat_1,
  CAE_TV_C8         = TvRat_2,
  CAE_TV_G          = TvRat_3,
  CAE_TV_PG         = TvRat_4,
  CAE_TV_14         = TvRat_5,
  CAE_TV_18         = TvRat_6,
  CAE_TV_Reserved   = TvRat_7 
} EnTvRat_CAE_TV;

Constants

  • CAE_TV_Exempt
    E rating: Exempt.

  • CAE_TV_C
    C rating: Children.

  • CAE_TV_C8
    C8 rating: Children over 8 years.

  • CAE_TV_G
    G rating: General.

  • CAE_TV_PG
    PG rating: Parental Guidance.

  • CAE_TV_14
    14+ rating: Over 14 years.

  • CAE_TV_18
    18+ rating: Adults.

  • CAE_TV_Reserved
    Not currently used.

Remarks

The values are based on the EnTvRat_GenericLevel enumeration values.

Requirements

Header Declared in Tvratings.h.

See Also

EnTvRat_CAF_TV
TV Ratings Enumerations

Send comments about this topic to Microsoft

Build date: 12/4/2008