// bdamedia.h
typedef struct {
DWORD rating_system_count;
RATING_SYSTEM *lpratingsystem;
} RATING_INFO, *LPRATING_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the RATING_INFO structure.
rating_system_countDefines the DWORD member rating_system_count.
lpratingsystemDefines the RATING_SYSTEM member lpratingsystem.