// bdatypes.h
typedef struct _BDA_CA_MODULE_UI {
ULONG ulFormat;
ULONG ulbcDesc;
ULONG ulDesc[MIN_DIMENSION];
} BDA_CA_MODULE_UI, *PBDA_CA_MODULE_UI;
View the official Windows Driver Kit DDI referenceNo description available.
The BDA_CA_MODULE_UI structure describes the user interface (UI) that conditional access (CA) plugins can display.
ulFormatValue that specifies the format of the UI.
ulbcDescNumber of descriptors in the ulDesc array.
ulDescArray of descriptors for the UI.