// 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 referenceNo description available.
The BDA_TABLE_SECTION structure describes a table section.
ulPrimarySectionIdIdentifier of the primary table section.
ulSecondarySectionIdIdentifier of the secondary table section.
ulcbSectionLengthSize, in bytes, of the argbSectionData array.
argbSectionDataArray of table section data.