CommonLibVR
Loading...
Searching...
No Matches
REX::W32::SYSTEM_INFO Struct Reference

#include <KERNEL32.h>

Public Attributes

union { 
 
   std::uint32_t   oemID 
 
   struct { 
 
      std::uint16_t   processorArch 
 
      std::uint16_t   reserved 
 
   }  
 
};  
 
std::uint32_t pageSize
 
void * appAddressMin
 
void * appAddressMax
 
std::uintptr_t processorActiveMask
 
std::uint32_t processorCount
 
std::uint32_t processorType
 
std::uint32_t allocationGranularity
 
std::uint16_t processorLevel
 
std::uint16_t processorRevision
 

Member Data Documentation

◆ [union]

union { ... } REX::W32::SYSTEM_INFO

◆ allocationGranularity

std::uint32_t REX::W32::SYSTEM_INFO::allocationGranularity

◆ appAddressMax

void* REX::W32::SYSTEM_INFO::appAddressMax

◆ appAddressMin

void* REX::W32::SYSTEM_INFO::appAddressMin

◆ oemID

std::uint32_t REX::W32::SYSTEM_INFO::oemID

◆ pageSize

std::uint32_t REX::W32::SYSTEM_INFO::pageSize

◆ processorActiveMask

std::uintptr_t REX::W32::SYSTEM_INFO::processorActiveMask

◆ processorArch

std::uint16_t REX::W32::SYSTEM_INFO::processorArch

◆ processorCount

std::uint32_t REX::W32::SYSTEM_INFO::processorCount

◆ processorLevel

std::uint16_t REX::W32::SYSTEM_INFO::processorLevel

◆ processorRevision

std::uint16_t REX::W32::SYSTEM_INFO::processorRevision

◆ processorType

std::uint32_t REX::W32::SYSTEM_INFO::processorType

◆ reserved

std::uint16_t REX::W32::SYSTEM_INFO::reserved

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