Condividi tramite


BDA_TABLE_SECTION struttura (bdatypes.h)

La struttura BDA_TABLE_SECTION descrive una sezione della tabella.

Sintassi

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

Members

ulPrimarySectionId

Identificatore della sezione della tabella primaria.

ulSecondarySectionId

Identificatore della sezione della tabella secondaria.

ulcbSectionLength

Dimensioni, in byte, della matrice argbSectionData .

argbSectionData[MIN_DIMENSION]

Matrice di dati della sezione tabella.

Requisiti

Requisito Valore
Intestazione bdatypes.h (includono Bdatypes.h)

Vedi anche

KSPROPSETID_BdaTableSection