#ifndef _SMBIOS_H #include <pshpack1.h> // // String Property (Type 46) // #define SMBIOS_STRING_PROPERTY_TYPE ((UCHAR)46) #include <poppack.h> #endif View code on GitHub
No description available.