estructura STORAGE_OFFLOAD_READ_OUTPUT (winioctl.h)
Estructura de salida para la acción DeviceDsmAction_OffloadRead del código de control IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES .
Sintaxis
typedef struct _STORAGE_OFFLOAD_READ_OUTPUT {
DWORD OffloadReadFlags;
DWORD Reserved;
DWORDLONG LengthProtected;
DWORD TokenLength;
STORAGE_OFFLOAD_TOKEN Token;
} STORAGE_OFFLOAD_READ_OUTPUT, *PSTORAGE_OFFLOAD_READ_OUTPUT;
Miembros
OffloadReadFlags
Marcas de salida.
Valor | Significado |
---|---|
|
Los intervalos representados por el token son menores que los intervalos especificados en las estructuras de DEVICE_DATA_SET_RANGE pasadas en el búfer de entrada de código de control IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES . Es decir, el miembro LengthProtected es menor que la suma de todos los miembros LengthInBytes de las estructuras de DEVICE_DATA_SET_RANGE pasadas. |
Reserved
Reservado.
LengthProtected
Longitud total de la instantánea representada por el token.
TokenLength
Longitud del token en bytes.
Token
Un STORAGE_OFFLOAD_TOKEN que contiene el token creado.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 8 |
Servidor mínimo compatible | Windows Server 2012 |
Encabezado | winioctl.h (incluya Windows.h) |
Consulte también
DEVICE_DSM_OFFLOAD_READ_PARAMETERS
DEVICE_MANAGE_DATA_SET_ATTRIBUTES_OUTPUT
Estructuras de Administración de dispositivos