VolumeGetVolumeInfo Method (SafeFileHandle) |
Retrieves information about the file system and volume associated with the specified root file or directorystream.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
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