Expand Minimize
This topic has not yet been rated - Rate this topic

Win32_PnPSignedDriverCIMDataFile class

The Win32_PnPSignedDriverCIMDataFile association WMI class finds all binary files associated with a PnP driver.

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_PnPSignedDriverCIMDataFile
{
  Win32_PnPSignedDriver REF Antecedent;
  CIM_DataFile          REF Dependent;
};

Members

The Win32_PnPSignedDriverCIMDataFile class has these types of members:

Properties

The Win32_PnPSignedDriverCIMDataFile class has these properties.

Antecedent
Data type: Win32_PnPSignedDriver
Access type: Read-only

Reference to a Win32_PnPSignedDriver instance that represents a signed PnP driver.

Dependent
Data type: CIM_DataFile
Access type: Read-only

Reference to a CIM_DataFile instance that represents the binary file associated with the PnP driver.

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 XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Namespace

\root\CIMV2

MOF

Cimwin32.mof

DLL

Cimwin32.dll

See also

Computer System Hardware Classes

 

 

Send comments about this topic to Microsoft

Build date: 11/19/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.