Win32_SystemDriverPNPEntity class

The Win32_SystemDriverPNPEntity association WMI class relates a Plug and Play device on the computer system running Windows and the driver that supports the Plug and Play 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

[Dynamic, Provider("CIMWin32"), UUID("{0800F074-CB98-11d2-B35D-00104BC97924}"), AMENDMENT]
class Win32_SystemDriverPNPEntity : CIM_Dependency
{
  Win32_PNPEntity    REF Antecedent;
  Win32_SystemDriver REF Dependent;
};

Members

The Win32_SystemDriverPNPEntity class has these types of members:

Properties

The Win32_SystemDriverPNPEntity class has these properties.

Antecedent

Data type: Win32_PNPEntity

Access type: Read-only

Qualifiers: Key, Override ("Antecedent"), MappingStrings ("WMI|Win32_PNPEntity")

Represents the Plug and Play device controlled by the driver.

Dependent

Data type: Win32_SystemDriver

Access type: Read-only

Qualifiers: Key, Override ("Dependent"), MappingStrings ("WMI|Win32_SystemDriver")

A Win32_SystemDriver that represents the driver that supports the Plug and Play device.

Remarks

The Win32_SystemDriverPNPEntity class is derived from CIM_Dependency.

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_Dependency

Computer System Hardware Classes