RATING_SYSTEM - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-bdamedia-rating_system)

Description

This topic describes the RATING_SYSTEM structure.

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.

Remarks

See also