Skip to content

Latest commit

 

History

History
194 lines (126 loc) · 3.01 KB

systemconfig-v0-cpu.md

File metadata and controls

194 lines (126 loc) · 3.01 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
SystemConfig_V0_CPU class - This class is the event type class for CPU configuration events.
9ca77676-ff0e-4c47-ae4e-f8192376d3ca
SystemConfig_V0_CPU class
reference
05/31/2018
APIRef
kbSyntax
SystemConfig_V0_CPU
SystemConfig_V0_CPU.MHz
SystemConfig_V0_CPU.NumberOfProcessors
SystemConfig_V0_CPU.MemSize
SystemConfig_V0_CPU.PageSize
SystemConfig_V0_CPU.AllocationGranularity
SystemConfig_V0_CPU.ComputerName
SystemConfig_V0_CPU.DomainName
NA

SystemConfig_V0_CPU class

This class is the event type class for CPU configuration events.

The following syntax is simplified from MOF code.

Syntax

[EventType(10), EventTypeName("CPU")]
class SystemConfig_V0_CPU : SystemConfig_V0
{
  uint32 MHz;
  uint32 NumberOfProcessors;
  uint32 MemSize;
  uint32 PageSize;
  uint32 AllocationGranularity;
  char16 ComputerName[];
  char16 DomainName[];
};

Members

The SystemConfig_V0_CPU class has these types of members:

Properties

The SystemConfig_V0_CPU class has these properties.

AllocationGranularity

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId (5)

Granularity with which virtual memory is allocated.

ComputerName

Data type: char16 array

Access type: Read-only

Qualifiers: WmiDataId (6), Max (256)

Name of the computer.

DomainName

Data type: char16 array

Access type: Read-only

Qualifiers: WmiDataId (7), Max (132)

Name of the domain in which the computer is a member.

MemSize

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId (3)

Total amount of physical memory available to the operating system.

MHz

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId (1)

Maximum speed of the processor, in megahertz.

NumberOfProcessors

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId (2)

Number of processors on the computer.

PageSize

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId (4)

Size of a swap page, in bytes.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2003 [desktop apps only]

See also

SystemConfig_V0