C# Class DeviceIOControlLib.Wrapper.VolumeDeviceWrapper

Inheritance: DeviceIoWrapperBase
Mostra file Open project: LordMike/DeviceIOControlLib

Public Methods

Method Description
VolumeDeviceWrapper ( SafeFileHandle handle, bool ownsHandle = false ) : System
VolumeGetVolumeDiskExtents ( ) : VOLUME_DISK_EXTENTS

http://msdn.microsoft.com/en-us/library/windows/desktop/aa365194(v=vs.85).aspx

Method Details

VolumeDeviceWrapper() public method

public VolumeDeviceWrapper ( SafeFileHandle handle, bool ownsHandle = false ) : System
handle Microsoft.Win32.SafeHandles.SafeFileHandle
ownsHandle bool
return System

VolumeGetVolumeDiskExtents() public method

http://msdn.microsoft.com/en-us/library/windows/desktop/aa365194(v=vs.85).aspx
public VolumeGetVolumeDiskExtents ( ) : VOLUME_DISK_EXTENTS
return DeviceIOControlLib.Objects.Volume.VOLUME_DISK_EXTENTS