// bdamedia.h
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;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the RATING_SYSTEM structure.
rating_system_idDefines the GUID member rating_system_id.
rating_system_is_age_typeDefines the BYTE member rating_system_is_age_type.
reservedReserved for future use.
country_code[MAX_COUNTRY_CODE_STRING]Defines the BYTE member country_code.
rating_attribute_countDefines the DWORD member rating_attribute_count.
lpratingattribDefines the RATING_ATTRIBUTE member lpratingattrib.