BDA_CA_MODULE_UI structure (bdatypes.h)

The BDA_CA_MODULE_UI structure describes the user interface (UI) that conditional access (CA) plugins can display.

Syntax

typedef struct _BDA_CA_MODULE_UI {
  ULONG ulFormat;
  ULONG ulbcDesc;
  ULONG ulDesc[MIN_DIMENSION];
} BDA_CA_MODULE_UI, *PBDA_CA_MODULE_UI;

Members

ulFormat

Value that specifies the format of the UI.

ulbcDesc

Number of descriptors in the ulDesc array.

ulDesc[MIN_DIMENSION]

Array of descriptors for the UI.

Requirements

Requirement Value
Header bdatypes.h (include Bdatypes.h)

See also

KSPROPERTY_BDA_CA_MODULE_UI

KSPROPSETID_BdaCA