FreeRDP
SYSTEM_INFO Struct Reference

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
 

Detailed Description

Definition at line 77 of file sysinfo.h.

Field Documentation

◆ 

union { ... }

◆ dwActiveProcessorMask

DWORD_PTR SYSTEM_INFO::dwActiveProcessorMask

Definition at line 93 of file sysinfo.h.

◆ dwAllocationGranularity

DWORD SYSTEM_INFO::dwAllocationGranularity

Definition at line 96 of file sysinfo.h.

◆ dwNumberOfProcessors

DWORD SYSTEM_INFO::dwNumberOfProcessors

Definition at line 94 of file sysinfo.h.

◆ dwPageSize

DWORD SYSTEM_INFO::dwPageSize

Definition at line 90 of file sysinfo.h.

◆ dwProcessorType

DWORD SYSTEM_INFO::dwProcessorType

Definition at line 95 of file sysinfo.h.

◆ lpMaximumApplicationAddress

LPVOID SYSTEM_INFO::lpMaximumApplicationAddress

Definition at line 92 of file sysinfo.h.

◆ lpMinimumApplicationAddress

LPVOID SYSTEM_INFO::lpMinimumApplicationAddress

Definition at line 91 of file sysinfo.h.

◆ wProcessorLevel

WORD SYSTEM_INFO::wProcessorLevel

Definition at line 97 of file sysinfo.h.

◆ wProcessorRevision

WORD SYSTEM_INFO::wProcessorRevision

Definition at line 98 of file sysinfo.h.


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