estructura STARTING_LCN_INPUT_BUFFER (winioctl.h)

Contiene el LCN inicial al código de control FSCTL_GET_VOLUME_BITMAP.

Sintaxis

typedef struct {
  LARGE_INTEGER StartingLcn;
} STARTING_LCN_INPUT_BUFFER, *PSTARTING_LCN_INPUT_BUFFER;

Miembros

StartingLcn

LCN desde el que se debe iniciar la operación al describir un mapa de bits. Este miembro se redondeará hacia abajo a un límite de redondeo dependiente del sistema de archivos y se devolverá ese valor. Su valor debe ser un múltiplo entero de ocho.

Requisitos

Requisito Value
Cliente mínimo compatible Windows XP [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2003 [solo aplicaciones de escritorio]
Encabezado winioctl.h (incluye Windows.h)

Consulte también

Desfragmentación

FSCTL_GET_VOLUME_BITMAP