BDA_TABLE_SECTION structure (bdatypes.h)

The BDA_TABLE_SECTION structure describes a table section.

Syntax

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

Members

ulPrimarySectionId

Identifier of the primary table section.

ulSecondarySectionId

Identifier of the secondary table section.

ulcbSectionLength

Size, in bytes, of the argbSectionData array.

argbSectionData[MIN_DIMENSION]

Array of table section data.

Requirements

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

See also

KSPROPSETID_BdaTableSection