estructura DEVICE_DSM_OFFLOAD_READ_PARAMETERS (winioctl.h)
Contiene parámetros para la acción DeviceDsmAction_OffloadRead para el código de control de IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES .
Sintaxis
typedef struct _DEVICE_DSM_OFFLOAD_READ_PARAMETERS {
DWORD Flags;
DWORD TimeToLive;
DWORD Reserved[2];
} DEVICE_DSM_OFFLOAD_READ_PARAMETERS, *PDEVICE_DSM_OFFLOAD_READ_PARAMETERS;
Miembros
Flags
Establecer en 0.
TimeToLive
El período de vida (TTL) del token, en milisegundos.
Reserved[2]
Establecer en 0.
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_MANAGE_DATA_SET_ATTRIBUTES
Estructuras de Administración de dispositivos