VolumeGetVolumeInfo Method (SafeFileHandle) |
[AlphaFS] Retrieves information about the file system and volume associated with the specified root file or directorystream.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static VolumeInfo GetVolumeInfo(
SafeFileHandle volumeHandle
)
Public Shared Function GetVolumeInfo (
volumeHandle As SafeFileHandle
) As VolumeInfo
public:
static VolumeInfo^ GetVolumeInfo(
SafeFileHandle^ volumeHandle
)
static member GetVolumeInfo :
volumeHandle : SafeFileHandle -> VolumeInfo
Parameters
- volumeHandle
- Type: Microsoft.Win32.SafeHandlesSafeFileHandle
An instance to a SafeFileHandle handle.
Return Value
Type:
VolumeInfoA
VolumeInfo instance describing the volume associatied with the specified root directory.
See Also