IVdsLunPlex interface (vdshwprv.h)

[Beginning with Windows 8 and Windows Server 2012, the Virtual Disk Service COM interface is superseded by the Windows Storage Management API.]

Provides methods for performing query and configuration operations on a LUN plex.

Inheritance

The IVdsLunPlex interface inherits from the IUnknown interface. IVdsLunPlex also has these types of members:

Methods

The IVdsLunPlex interface has these methods.

 
IVdsLunPlex::ApplyHints

The IVdsLunPlex::ApplyHints (vdshwprv.h) method applies a new set of hints to the LUN plex. Hints applied to a plex affect neither the LUN nor its other plexes.
IVdsLunPlex::GetLun

The IVdsLunPlex::GetLun (vdshwprv.h) method returns the LUN to which the plex belongs.
IVdsLunPlex::GetProperties

The IVdsLunPlex::GetProperties (vdshwprv.h) method returns the properties of the LUN plex.
IVdsLunPlex::QueryExtents

The IVdsLunPlex::QueryExtents (vdshwprv.h) method returns an array of the drive extents that contribute to the plex.
IVdsLunPlex::QueryHints

The IVdsLunPlex::QueryHints (vdshwprv.h) method returns the hints that are currently applied to the LUN plex.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header vdshwprv.h

See also

LUN Plex Object

VDS Interfaces