Share via


IVolumeInfo Interface

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents an individual managed volume on the Windows Home Server computer.

Namespace: WHSInfoIF
Assembly: Interop.WHSInfoIF (in interop.whsinfoif.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(1)> _
<GuidAttribute("7322CE9B-59F9-49E5-8511-5FDE5C8188A2")> _
<TypeLibTypeAttribute(256)> _
Public Interface IVolumeInfo
'Usage
Dim instance As IVolumeInfo
[InterfaceTypeAttribute(1)] 
[GuidAttribute("7322CE9B-59F9-49E5-8511-5FDE5C8188A2")] 
[TypeLibTypeAttribute(256)] 
public interface IVolumeInfo
[InterfaceTypeAttribute(1)] 
[GuidAttribute(L"7322CE9B-59F9-49E5-8511-5FDE5C8188A2")] 
[TypeLibTypeAttribute(256)] 
public interface class IVolumeInfo
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("7322CE9B-59F9-49E5-8511-5FDE5C8188A2") */ 
/** @attribute TypeLibTypeAttribute(256) */ 
public interface IVolumeInfo
InterfaceTypeAttribute(1) 
GuidAttribute("7322CE9B-59F9-49E5-8511-5FDE5C8188A2") 
TypeLibTypeAttribute(256) 
public interface IVolumeInfo

Remarks

The IVolumeInfo interface exposes a set of read-only properties that represent attributes of a Windows Home Server managed disk volume.

When you want to access an instance of a managed volume on the Windows Home Server computer, use the GetVolumeInfo method. The GetVolumeInfo method returns an array of objects of type IVolumeInfo. You can then iterate through each member of the array to access an individual IVolumeInfo instance.

The IVolumeInfo interface exposes the following read-only properties:

  • The Path property contains the path to the managed volume.

  • The Size property contains the total size of the managed volume.

  • The UsedSpace property contains the amount of used space on the managed volume.

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

IVolumeInfo Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.