SMBIOS_STRING_PROPERTY_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#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.