ReactOS 0.4.16-dev-401-g45b008d
_SYSTEM_INFO Struct Reference

#include <winbase.h>

Collaboration diagram for _SYSTEM_INFO:

Public Attributes

union {
   DWORD   dwOemId
 
   struct {
      WORD   wProcessorArchitecture
 
      WORD   wReserved
 
   }   DUMMYSTRUCTNAME
 
DUMMYUNIONNAME
 
DWORD dwPageSize
 
PVOID lpMinimumApplicationAddress
 
PVOID lpMaximumApplicationAddress
 
DWORD_PTR dwActiveProcessorMask
 
DWORD dwNumberOfProcessors
 
DWORD dwProcessorType
 
DWORD dwAllocationGranularity
 
WORD wProcessorLevel
 
WORD wProcessorRevision
 

Detailed Description

Definition at line 1190 of file winbase.h.

Member Data Documentation

◆ 

_ANONYMOUS_STRUCT struct { ... } _SYSTEM_INFO::DUMMYSTRUCTNAME

◆ 

_ANONYMOUS_UNION union { ... } _SYSTEM_INFO::DUMMYUNIONNAME

◆ dwActiveProcessorMask

DWORD_PTR _SYSTEM_INFO::dwActiveProcessorMask

Definition at line 1201 of file winbase.h.

Referenced by START_TEST().

◆ dwAllocationGranularity

◆ dwNumberOfProcessors

◆ dwOemId

DWORD _SYSTEM_INFO::dwOemId

Definition at line 1192 of file winbase.h.

◆ dwPageSize

◆ dwProcessorType

DWORD _SYSTEM_INFO::dwProcessorType

Definition at line 1203 of file winbase.h.

Referenced by _LocalGetPrinterLevel0(), and test_SystemInfo().

◆ lpMaximumApplicationAddress

PVOID _SYSTEM_INFO::lpMaximumApplicationAddress

Definition at line 1200 of file winbase.h.

◆ lpMinimumApplicationAddress

PVOID _SYSTEM_INFO::lpMinimumApplicationAddress

Definition at line 1199 of file winbase.h.

◆ wProcessorArchitecture

◆ wProcessorLevel

WORD _SYSTEM_INFO::wProcessorLevel

◆ wProcessorRevision

WORD _SYSTEM_INFO::wProcessorRevision

Definition at line 1206 of file winbase.h.

Referenced by dump_system_info(), and ProcessorDlgProc().

◆ wReserved

WORD _SYSTEM_INFO::wReserved

Definition at line 1195 of file winbase.h.


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