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

Win32_MountPoint class

The Win32_MountPoint class associates a volume to the directory where it is mounted.

Windows XP and earlier:  This class is not available.

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_MountPoint
{
  Win32_Directory REF Directory;
  Win32_Volume    REF Volume;
};

Members

The Win32_MountPoint class has these types of members:

Properties

The Win32_MountPoint class has these properties.

Directory
Data type: Win32_Directory
Access type: Read-only

Reference to the directory where the volume is mounted.

Volume
Data type: Win32_Volume
Access type: Read-only

Reference to the mounted volume.

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

None supported [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Namespace

\root\CIMV2

MOF

Vds.mof

DLL

Vdswmi.dll

See also

Storage Volume Provider
Win32_Volume
Win32_VolumeQuota
Win32_VolumeUserQuota
Win32_DefragAnalysis

 

 

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.