Win32_AllocatedResource class

The Win32_AllocatedResource association WMI class relates a logical device to a system resource. This class is used to discover which resources, such as IRQs or DMA channels, are in use by a specific device.

This class is obsolete. In place of this class, you should use the properties in the Win32_PNPAllocatedResource class.

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

Syntax

[DEPRECATED, Dynamic, Provider("CIMWin32"), UUID("{8502C50D-5FBB-11D2-AAC1-006008C78BC7}"), AMENDMENT]
class Win32_AllocatedResource : CIM_Dependency
{
  CIM_LogicalDevice  REF Dependent;
  CIM_SystemResource REF Antecedent;
};

Members

The Win32_AllocatedResource class has these types of members:

Properties

The Win32_AllocatedResource class has these properties.

Antecedent

Data type: CIM_SystemResource

Access type: Read-only

Qualifiers: Key, Override ("Antecedent"), MappingStrings ("CIM|CIM_SystemResource")

A CIM_SystemResource that describes the properties of a system resource available to the logical device.

Dependent

Data type: CIM_LogicalDevice

Access type: Read-only

Qualifiers: Key, Override ("Dependent"), MappingStrings ("CIM|CIM_LogicalDevice")

A CIM_LogicalDevice that represents the properties of the logical device that is using the system resources assigned to it.

Remarks

The Win32_AllocatedResource class is derived from CIM_Dependency.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll

See also

CIM_Dependency

Computer System Hardware Classes