BDA_TABLE_SECTION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// bdatypes.h

typedef struct _BDA_TABLE_SECTION {
  ULONG ulPrimarySectionId;
  ULONG ulSecondarySectionId;
  ULONG ulcbSectionLength;
  ULONG argbSectionData[MIN_DIMENSION];
} BDA_TABLE_SECTION, *PBDA_TABLE_SECTION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-bdatypes-_bda_table_section)

_BDA_TABLE_SECTION structure

Description

The BDA_TABLE_SECTION structure describes a 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

Array of table section data.

See also

KSPROPSETID_BdaTableSection