Expand Minimize
This topic has not yet been rated - Rate this topic

Win32_LogicalMemoryConfiguration class

[The Win32_LogicalMemoryConfiguration WMI class is no longer available for use as of Windows Vista. ]

Represents the layout and availability of memory on a computer system running Windows.

Windows XP and Windows Server 2003:  This class is no longer supported. Use the Win32_OperatingSystem class instead.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties and methods are in alphabetic order, not MOF order.

Syntax

class Win32_LogicalMemoryConfiguration
{
  uint32 AvailableVirtualMemory;
  string Caption;
  string Description;
  string Name;
  string SettingID;
  uint32 TotalPageFileSpace;
  uint32 TotalPhysicalMemory;
  uint32 TotalVirtualMemory;
};

Members

The Win32_LogicalMemoryConfiguration class has these types of members:

Properties

The Win32_LogicalMemoryConfiguration class has these properties.

AvailableVirtualMemory
Data type: uint32
Access type: Read-only
Qualifiers: Deprecated, Units (Kilobytes)

Available (unreserved or uncommitted) amount of memory that a calling process can use. This property is no longer supported. You should use the FreeVirtualMemory property in CIM_OperatingSystem class instead.

Caption
Data type: string
Access type: Read-only

Short description of the CIM_Setting object.

Description
Data type: string
Access type: Read-only

Description of the CIM_Setting object.

Name
Data type: string
Access type: Read-only
Qualifiers: Key, Deprecated

Logical memory configuration. This property is no longer supported.

Example: "LogicalMemoryConfiguration"

SettingID
Data type: string
Access type: Read-only

Identifier by which the CIM_Setting object is known.

TotalPageFileSpace
Data type: uint32
Access type: Read-only
Qualifiers: Deprecated, Units (Kilobytes)

Total amount of memory that can be stored in the paging file. This property is no longer supported. You should use the SizeStoredInPagingFiles property in the CIM_OperatingSystem class instead.

TotalPhysicalMemory
Data type: uint32
Access type: Read-only
Qualifiers: Deprecated, Units (Kilobytes)

Total amount of physical memory as available to the operating system. This property is no longer supported. You should use the TotalVirtualMemorySize property in the CIM_OperatingSystem class instead.

TotalVirtualMemory
Data type: uint32
Access type: Read-only
Qualifiers: Deprecated, Units (Kilobytes)

Total amount of memory available to a calling process. This property is no longer supported. You should use the TotalVirtualMemorySize property in the CIM_OperatingSystem class instead.

Remarks

The Win32_LogicalMemoryConfiguration class is derived from CIM_Setting.

Examples

For more information and script examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.

For C++ code examples, see WMI C++ Application Examples.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

End of client support

Windows XP

End of server support

Windows Server 2003

Namespace

\root\CIMV2

MOF

Cimwin32.mof

DLL

Cimwin32.dll

See also

Operating System Classes

 

 

Send comments about this topic to Microsoft

Build date: 11/19/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.