Compartir a través de


estructura VOLUME_PHYSICAL_OFFSET (ntddvol.h)

La estructura de VOLUME_PHYSICAL_OFFSET contiene un desplazamiento físico en un volumen y su número de disco físico adjunto y se usa con IOCTL_VOLUME_PHYSICAL_TO_LOGICAL y IOCTL_VOLUME_LOGICAL_TO_PHYSICAL para solicitar un desplazamiento lógico equivalente de un desplazamiento físico o un equivalente de desplazamiento físico de un desplazamiento lógico, respectivamente.

Sintaxis

typedef struct _VOLUME_PHYSICAL_OFFSET {
  ULONG    DiskNumber;
  LONGLONG Offset;
} VOLUME_PHYSICAL_OFFSET, *PVOLUME_PHYSICAL_OFFSET;

Miembros

DiskNumber

Contiene el número del disco físico.

Offset

Contiene el desplazamiento físico en bytes de los datos del disco.

Requisitos

Requisito Valor
Header ntddvol.h (incluya Ntddvol.h)

Consulte también

IOCTL_VOLUME_LOGICAL_TO_PHYSICAL

IOCTL_VOLUME_PHYSICAL_TO_LOGICAL