FreeRDP
_SYSTEM_INFO Struct Reference

#include <sysinfo.h>

Data Fields

union {
   DWORD   dwOemId
 
   struct {
      WORD   wProcessorArchitecture
 
      WORD   wReserved
 
   } 
 
}; 
 
DWORD dwPageSize
 
LPVOID lpMinimumApplicationAddress
 
LPVOID lpMaximumApplicationAddress
 
DWORD_PTR dwActiveProcessorMask
 
DWORD dwNumberOfProcessors
 
DWORD dwProcessorType
 
DWORD dwAllocationGranularity
 
WORD wProcessorLevel
 
WORD wProcessorRevision
 

Field Documentation

◆ @68

union { ... }

◆ dwActiveProcessorMask

DWORD_PTR _SYSTEM_INFO::dwActiveProcessorMask

◆ dwAllocationGranularity

DWORD _SYSTEM_INFO::dwAllocationGranularity

◆ dwNumberOfProcessors

DWORD _SYSTEM_INFO::dwNumberOfProcessors

◆ dwOemId

DWORD _SYSTEM_INFO::dwOemId

◆ dwPageSize

DWORD _SYSTEM_INFO::dwPageSize

◆ dwProcessorType

DWORD _SYSTEM_INFO::dwProcessorType

◆ lpMaximumApplicationAddress

LPVOID _SYSTEM_INFO::lpMaximumApplicationAddress

◆ lpMinimumApplicationAddress

LPVOID _SYSTEM_INFO::lpMinimumApplicationAddress

◆ wProcessorArchitecture

WORD _SYSTEM_INFO::wProcessorArchitecture

◆ wProcessorLevel

WORD _SYSTEM_INFO::wProcessorLevel

◆ wProcessorRevision

WORD _SYSTEM_INFO::wProcessorRevision

◆ wReserved

WORD _SYSTEM_INFO::wReserved

The documentation for this struct was generated from the following file: