Microsoft DirectX 9.0 |
This topic applies to Windows XP Service Pack 1 only.
The BfEnTvRat_Attributes_CAE_TV enumeration type specifies content rating attributes in the English-Canadian television system.
Syntax
typedef enum {
CAE_IsBlocked = BfIsBlocked,
CAE_ValidAttrSubmask = 1
} BfEnTvRat_Attributes_CAE_TV;
Elements
CAE_IsBlocked
Block playback.
CAE_ValidAttrSubmask
A bitmask of all valid attribute bits for the English-Canadian language rating system.
Remarks
This enumeration type maps BfEnTvRat_GenericAttributes flags to the English-Canadian television system. The only valid flag is CAE_IsBlocked.
See Also