SYSTEM_FIRMWARE_BOOT_PERFORMANCE_INFORMATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#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;

#endif

View code on GitHub

NtDoc

No description available.