VOLUME_LOGICAL_OFFSET - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddvol.h

typedef struct _VOLUME_LOGICAL_OFFSET {
  LONGLONG LogicalOffset;
} VOLUME_LOGICAL_OFFSET, *PVOLUME_LOGICAL_OFFSET;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddvol-_volume_logical_offset)

_VOLUME_LOGICAL_OFFSET structure

Description

The VOLUME_LOGICAL_OFFSET structure contains a logical offset into a volume.

Members

LogicalOffset

Contains a logical offset in bytes into a volume.

Remarks

The VOLUME_LOGICAL_OFFSET structure is used with IOCTL_VOLUME_PHYSICAL_TO_LOGICAL and IOCTL_VOLUME_LOGICAL_TO_PHYSICAL to request a logical offset equivalent of a physical offset or a physical offset equivalent of a logical offset, respectively.

See also

IOCTL_VOLUME_LOGICAL_TO_PHYSICAL

IOCTL_VOLUME_PHYSICAL_TO_LOGICAL