SYSTEM_PROCESSOR_BRAND_STRING - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTEXAPI_H

// private
typedef struct _SYSTEM_PROCESSOR_BRAND_STRING
{
    CHAR BrandString[49];
} SYSTEM_PROCESSOR_BRAND_STRING, *PSYSTEM_PROCESSOR_BRAND_STRING;

#endif

View code on GitHub

NtDoc

No description available.