SMBIOS_BOOT_INTEGRITY_SERVICES_ENTRY_POINT - NtDoc

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

//
// Boot Integrity Services (BIS) Entry Point (Type 31)
//

#define SMBIOS_BOOT_INTEGRITY_SERVICES_ENTRY_POINT ((UCHAR)31)

#include <poppack.h>
#endif

View code on GitHub

No description available.