BACK TO INDEX

Win32_PNPAllocatedResource
The Win32_AllocatedResource class represents an association between logical devices and system resources. This class is used to discover which resources, such as IRQs, or DMA channels, are in-use by a specific device.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AntecedentReferenceThe Antecedent reference represents the properties of a system resource available to the logical device.
DependentReferenceThe Dependent reference represents the properties of the logical device that is using the system resources assigned to it.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_PNPAllocatedResource
   {
    Antecedent = "\\\\SCCM01\\root\\cimv2:Win32_IRQResource.IRQNumber=9";
    Dependent = "\\\\SCCM01\\root\\cimv2:Win32_PnPEntity.DeviceID=\"ACPI_HAL\\\\PNP0C08\\\\0\"";
   };