|
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 |
|
Definition at line 77 of file sysinfo.h.
◆ dwActiveProcessorMask
DWORD_PTR SYSTEM_INFO::dwActiveProcessorMask |
◆ dwAllocationGranularity
DWORD SYSTEM_INFO::dwAllocationGranularity |
◆ dwNumberOfProcessors
DWORD SYSTEM_INFO::dwNumberOfProcessors |
◆ dwPageSize
DWORD SYSTEM_INFO::dwPageSize |
◆ dwProcessorType
DWORD SYSTEM_INFO::dwProcessorType |
◆ lpMaximumApplicationAddress
LPVOID SYSTEM_INFO::lpMaximumApplicationAddress |
◆ lpMinimumApplicationAddress
LPVOID SYSTEM_INFO::lpMinimumApplicationAddress |
◆ wProcessorLevel
WORD SYSTEM_INFO::wProcessorLevel |
◆ wProcessorRevision
WORD SYSTEM_INFO::wProcessorRevision |
The documentation for this struct was generated from the following file: