| Win32_AllocatedResource | |||
| 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. This class has been deprecated in favor of the Win32_PNPAllocatedResource class. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Antecedent | Reference | The Antecedent reference represents the properties of a system resource available to the logical device. | |
| Dependent | Reference | The 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_AllocatedResource    {     Antecedent = "\\\\SCCM01\\root\\cimv2:Win32_DeviceMemoryAddress.StartingAddress=\"655360\"";     Dependent = "\\\\SCCM01\\root\\CIMV2:Win32_Bus.DeviceID=\"PCI_BUS_0\"";    }; | |||