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

◆ 

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: