// acpitabl.h
typedef struct _BBRT_TABLE {
DESCRIPTION_HEADER Header;
ULONG Background;
ULONG Foreground;
} BBRT_TABLE, *PBBRT_TABLE;
View the official Windows Driver Kit DDI referenceNo description available.
Defines a Boot Background Resource Table.
HeaderA header.
BackgroundA background value.
ForegroundA foreground value.