// bdamedia.h
typedef struct {
ULONG ulNumParams;
DvbParentalRatingParam pParams[1];
} DvbParentalRatingDescriptor;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the DvbParentalRatingDescriptor structure.
ulNumParamsDefines the ULONG member ulNumParams.
pParams[1]Defines the DvbParentalRatingParam member pParams.