Expand Minimize
0 out of 1 rated this helpful - Rate this topic

Win32_DiskDrivePhysicalMedia class

The Win32_DiskDrivePhysicalMedia association WMI class defines the mapping between a disk drive and the physical components that implement it.

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_DiskDrivePhysicalMedia : CIM_Realizes
{
  Win32_PhysicalMedia REF Antecedent;
  Win32_DiskDrive     REF Dependent;
};

Members

The Win32_DiskDrivePhysicalMedia class has these types of members:

Properties

The Win32_DiskDrivePhysicalMedia class has these properties.

Antecedent
Data type: Win32_PhysicalMedia
Access type: Read-only

Physical component that implements the device. This property is inherited from CIM_Realizes.

Dependent
Data type: Win32_DiskDrive
Access type: Read-only

Logical device. This property is inherited from CIM_Realizes.

Remarks

The Win32_DiskDrivePhysicalMedia class is derived from CIM_Realizes.

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

Wmipcima.mof

DLL

Wmipcima.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.