#ifndef _NTEXAPI_H
// private
typedef struct _SYSTEM_FIRMWARE_BOOT_PERFORMANCE_INFORMATION
{
ULONG Signature; // SYSTEM_FIRMWARE_BOOT_PERFORMANCE_SIGNATURE
ULONG Length; // Total size of the copied ACPI FBPT, including trailing records.
UCHAR Data[ANYSIZE_ARRAY]; // Firmware boot performance records.
} SYSTEM_FIRMWARE_BOOT_PERFORMANCE_INFORMATION, *PSYSTEM_FIRMWARE_BOOT_PERFORMANCE_INFORMATION;
View code on GitHubNo description available.