DeviceIOControlLib.Wrapper.DiskDeviceWrapper.DiskGetPartitionInfo C# (CSharp) Method

DiskGetPartitionInfo() public method

http://msdn.microsoft.com/en-us/library/windows/desktop/aa365179(v=vs.85).aspx
public DiskGetPartitionInfo ( ) : PARTITION_INFORMATION
return DeviceIOControlLib.Objects.Disk.PARTITION_INFORMATION
        public PARTITION_INFORMATION DiskGetPartitionInfo()
        {
            return DeviceIoControlHelper.InvokeIoControl<PARTITION_INFORMATION>(Handle, IOControlCode.DiskGetPartitionInfo);
        }