bdamedia.h) (RATING_SYSTEM 结构

本主题介绍 RATING_SYSTEM 结构。

语法

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;

成员

rating_system_id

定义 GUID 成员 rating_system_id

rating_system_is_age_type

定义 BYTE 成员 rating_system_is_age_type

reserved

保留供将来使用。

country_code[MAX_COUNTRY_CODE_STRING]

定义 BYTE 成员 country_code

rating_attribute_count

定义 DWORD 成员 rating_attribute_count

lpratingattrib

定义 RATING_ATTRIBUTE 成员 lpratingattrib

要求

要求
Header bdamedia.h (包括 Bdamedia.h)