#ifndef _SMBIOS_H #include <pshpack1.h> typedef struct _SMBIOS_HEADER { UCHAR Type; UCHAR Length; USHORT Handle; } SMBIOS_HEADER, *PSMBIOS_HEADER; #include <poppack.h> #endif View code on GitHub
No description available.