Partager via


structure BDA_TABLE_SECTION (bdatypes.h)

La structure BDA_TABLE_SECTION décrit une section de table.

Syntaxe

typedef struct _BDA_TABLE_SECTION {
  ULONG ulPrimarySectionId;
  ULONG ulSecondarySectionId;
  ULONG ulcbSectionLength;
  ULONG argbSectionData[MIN_DIMENSION];
} BDA_TABLE_SECTION, *PBDA_TABLE_SECTION;

Membres

ulPrimarySectionId

Identificateur de la section de la table primaire.

ulSecondarySectionId

Identificateur de la section de table secondaire.

ulcbSectionLength

Taille, en octets, du tableau argbSectionData .

argbSectionData[MIN_DIMENSION]

Tableau de données de section de table.

Configuration requise

Condition requise Valeur
En-tête bdatypes.h (inclure Bdatypes.h)

Voir aussi

KSPROPSETID_BdaTableSection