#ifndef _SMBIOS_H #include <pshpack1.h> typedef struct _SMBIOS_GENERIC { UCHAR Type; UCHAR Length; USHORT Handle; UCHAR Data[ANYSIZE_ARRAY]; } SMBIOS_GENERIC, *PSMBIOS_GENERIC; #include <poppack.h> #endif View code on GitHub
No description available.