ReactOS 0.4.15-dev-7788-g1ad9096
_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 1165 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 1176 of file winbase.h.

Referenced by START_TEST().

◆ dwAllocationGranularity

◆ dwNumberOfProcessors

◆ dwOemId

DWORD _SYSTEM_INFO::dwOemId

Definition at line 1167 of file winbase.h.

◆ dwPageSize

◆ dwProcessorType

DWORD _SYSTEM_INFO::dwProcessorType

Definition at line 1178 of file winbase.h.

Referenced by _LocalGetPrinterLevel0(), and test_SystemInfo().

◆ lpMaximumApplicationAddress

PVOID _SYSTEM_INFO::lpMaximumApplicationAddress

Definition at line 1175 of file winbase.h.

◆ lpMinimumApplicationAddress

PVOID _SYSTEM_INFO::lpMinimumApplicationAddress

Definition at line 1174 of file winbase.h.

◆ wProcessorArchitecture

◆ wProcessorLevel

WORD _SYSTEM_INFO::wProcessorLevel

◆ wProcessorRevision

WORD _SYSTEM_INFO::wProcessorRevision

Definition at line 1181 of file winbase.h.

Referenced by dump_system_info(), and ProcessorDlgProc().

◆ wReserved

WORD _SYSTEM_INFO::wReserved

Definition at line 1170 of file winbase.h.


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