DEVICE_DSM_OFFLOAD_READ_PARAMETERS struttura (winioctl.h)

Contiene parametri per l'azione DeviceDsmAction_OffloadRead per il codice di controllo IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES .

Sintassi

typedef struct _DEVICE_DSM_OFFLOAD_READ_PARAMETERS {
  DWORD Flags;
  DWORD TimeToLive;
  DWORD Reserved[2];
} DEVICE_DSM_OFFLOAD_READ_PARAMETERS, *PDEVICE_DSM_OFFLOAD_READ_PARAMETERS;

Members

Flags

Impostare su 0.

TimeToLive

Tempo di vita (TTL) per il token, in millisecondi.

Reserved[2]

Impostare su 0.

Requisiti

Requisito Valore
Client minimo supportato Windows 8
Server minimo supportato Windows Server 2012
Intestazione winioctl.h (include Windows.h)

Vedi anche

DEVICE_MANAGE_DATA_SET_ATTRIBUTES

strutture Gestione dispositivi

IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES

STORAGE_OFFLOAD_READ_OUTPUT