estructura BDA_TABLE_SECTION (bdatypes.h)

La estructura BDA_TABLE_SECTION describe una sección de tabla.

Sintaxis

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

Miembros

ulPrimarySectionId

Identificador de la sección de la tabla principal.

ulSecondarySectionId

Identificador de la sección de tabla secundaria.

ulcbSectionLength

Tamaño, en bytes, de la matriz argbSectionData .

argbSectionData[MIN_DIMENSION]

Matriz de datos de sección de tabla.

Requisitos

Requisito Valor
Header bdatypes.h (include Bdatypes.h)

Consulte también

KSPROPSETID_BdaTableSection