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 describes the RATING_SYSTEM structure.
Syntax
typedef struct {
GUID rating_system_id;
BYTE rating_system_is_age_type : 1;
BYTE reserved : 7;
BYTE country_code[MAX_COUNTRY_CODE_STRING];
DWORD rating_attribute_count;
RATING_ATTRIBUTE *lpratingattrib;
} RATING_SYSTEM, *LPRATING_SYSTEM;
Members
rating_system_id
Defines the GUID member rating_system_id.
rating_system_is_age_type
Defines the BYTE member rating_system_is_age_type.
reserved
Reserved for future use.
country_code[MAX_COUNTRY_CODE_STRING]
Defines the BYTE member country_code.
rating_attribute_count
Defines the DWORD member rating_attribute_count.
lpratingattrib
Defines the RATING_ATTRIBUTE member lpratingattrib.
Requirements
Requirement | Value |
---|---|
Header | bdamedia.h (include Bdamedia.h) |