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
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
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
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.
Examples
For script code 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 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Namespace |
\root\CIMV2 |
|
MOF |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 11/19/2012