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