Compartir a través de


estructura STORAGE_OFFLOAD_WRITE_OUTPUT (winioctl.h)

Estructura de salida para la acción DeviceDsmAction_OffloadWrite del código de control IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES .

Sintaxis

typedef struct _STORAGE_OFFLOAD_WRITE_OUTPUT {
  DWORD     OffloadWriteFlags;
  DWORD     Reserved;
  DWORDLONG LengthCopied;
} STORAGE_OFFLOAD_WRITE_OUTPUT, *PSTORAGE_OFFLOAD_WRITE_OUTPUT;

Miembros

OffloadWriteFlags

Marcas de salida

Valor Significado
STORAGE_OFFLOAD_WRITE_RANGE_TRUNCATED
0x0001
El intervalo escrito es menor que el intervalo especificado.
STORAGE_OFFLOAD_TOKEN_INVALID
0x0002
El token especificado no es válido.

Reserved

Reservado.

LengthCopied

Longitud del contenido copiado.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 8
Servidor mínimo compatible Windows Server 2012
Encabezado winioctl.h (incluye Windows.h)

Consulte también

DEVICE_MANAGE_DATA_SET_ATTRIBUTES_OUTPUT

estructuras de Administración de dispositivos

IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES