Win32_PnPDevice class
The Win32_PnPDevice association WMI class relates a device (known to Configuration Manager as a PNPEntity) and the function it performs. Its function is represented by a subclass of the logical device that describes its use. For example, a Win32_Keyboard or Win32_DiskDrive instance. Both referenced objects represent the same underlying system device; changes to resource allocation on the PNPEntity side will affect the associated device.
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
[Association, Dynamic, Provider("CIMWin32"), UUID("{FE28FD96-C875-11d2-B352-00104BC97924}"), AMENDMENT]
class Win32_PnPDevice
{
CIM_LogicalDevice REF SameElement;
Win32_PnPEntity REF SystemElement;
};
Members
The Win32_PnPDevice class has these types of members:
Properties
The Win32_PnPDevice class has these properties.
-
SameElement
-
-
Data type: CIM_LogicalDevice
-
Access type: Read-only
-
Qualifiers: Key, MappingStrings ("CIM|CIM_LogicalDevice")
Reference to the CIM_LogicalDevice instance representing the logical device properties associated with the Plug and Play device.
-
-
SystemElement
-
-
Data type: Win32_PnPEntity
-
Access type: Read-only
-
Qualifiers: Key, MappingStrings ("WMI|Win32_PnPEntity")
Reference to the Win32_PnPEntity instance representing the Plug and Play device associated with the logical device.
-
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMV2 |
MOF |
|
DLL |
|
See also