Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic applies to Windows XP Service Pack 1 or later.
The EnTvRat_GenericLevel enumeration type specifies a generic range of levels that correspond to levels currently in use, or can be used for a custom rating system.
Syntax
typedef enum {
TvRat_0 = 0,
TvRat_1 = 1,
TvRat_2 = 2,
TvRat_3 = 3,
TvRat_4 = 4,
TvRat_5 = 5,
TvRat_6 = 6,
TvRat_7 = 7,
TvRat_kLevels = 8,
TvRat_LevelDontKnow = 255
} EnTvRat_GenericLevel;
Constants
TvRat_0
Generic level 0.TvRat_1
Generic level 1.TvRat_2
Generic level 2.TvRat_3
Generic level 3.TvRat_4
Generic level 4.TvRat_5
Generic level 5.TvRat_6
Generic level 6.TvRat_7
Generic level 7.TvRat_kLevels
Specifies the number of rating levels that are defined.TvRat_LevelDontKnow
Rating level is currently unknown. This value is returned until a rating level is obtained from the XDS stream.
Requirements
Header | Declared in Tvratings.h. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008