SMBIOS_SYSTEM_BOOT_INFORMATION_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _SMBIOS_H
#include <pshpack1.h>

//
// Structure type 31 (decimal) is reserved for use by the Boot Integrity Services (BIS).
// See the Boot Integrity Services API Specification for details.
//

//
// System Boot Information (Type 32)
//

#define SMBIOS_SYSTEM_BOOT_INFORMATION_TYPE ((UCHAR)32)

#include <poppack.h>
#endif

View code on GitHub

No description available.