Win32_PnPAllocatedResource class

The Win32_PnPAllocatedResource association WMI class represents an association between logical devices and system resources. This class is used to discover the resources that are in-use by a specific device, such as an Interrupt ReQuest (IRQ) or a Direct Memory Access (DMA) channel.

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

[Dynamic, Provider("CIMWin32"), UUID("970C0998-41FE-4275-B7D9-7DABAD3FBC4D"), AMENDMENT]
class Win32_PnPAllocatedResource : CIM_AllocatedResource
{
  CIM_SystemResource REF Antecedent;
  Win32_PnPEntity    REF Dependent;
};

Members

The Win32_PnPAllocatedResource class has these types of members:

Properties

The Win32_PnPAllocatedResource class has these properties.

Antecedent

Data type: CIM_SystemResource

Access type: Read-only

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

Reference to the CIM_SystemResource instance that represents the properties of a system resource available to the logical device. This property is inherited from CIM_Dependency.

Dependent

Data type: Win32_PnPEntity

Access type: Read-only

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

Reference to the Win32_PnPEntity instance that represents the properties of the logical device using the system resources assigned to it. This property is inherited from CIM_Dependency.

Remarks

The Win32_PnPAllocatedResource class is derived from CIM_AllocatedResource.

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_AllocatedResource

Computer System Hardware Classes