ReactOS 0.4.16-dev-1493-ge7358c5
_SYSTEM_CPU_INFORMATION Struct Reference

#include <winternl.h>

Public Attributes

USHORT ProcessorArchitecture
 
USHORT ProcessorLevel
 
USHORT ProcessorRevision
 
USHORT MaximumProcessors
 
ULONG ProcessorFeatureBits
 

Detailed Description

Definition at line 2843 of file winternl.h.

Member Data Documentation

◆ MaximumProcessors

USHORT _SYSTEM_CPU_INFORMATION::MaximumProcessors

Definition at line 2847 of file winternl.h.

◆ ProcessorArchitecture

USHORT _SYSTEM_CPU_INFORMATION::ProcessorArchitecture

Definition at line 2844 of file winternl.h.

Referenced by fill_system_info().

◆ ProcessorFeatureBits

ULONG _SYSTEM_CPU_INFORMATION::ProcessorFeatureBits

Definition at line 2848 of file winternl.h.

Referenced by test_query_cpu().

◆ ProcessorLevel

USHORT _SYSTEM_CPU_INFORMATION::ProcessorLevel

Definition at line 2845 of file winternl.h.

Referenced by fill_system_info().

◆ ProcessorRevision

USHORT _SYSTEM_CPU_INFORMATION::ProcessorRevision

Definition at line 2846 of file winternl.h.

Referenced by fill_system_info().


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