struttura DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS (winioctl.h)
Specifica i parametri per l'operazione di scrittura offload. Un'operazione di scrittura offload viene avviata specificando DeviceDsmAction_OffloadWrite nel membro Action della struttura DEVICE_MANAGE_DATA_SET_ATTRIBUTES passata in un codice di controllo IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES .
Sintassi
typedef struct _DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS {
DWORD Flags;
DWORD Reserved;
DWORDLONG TokenOffset;
STORAGE_OFFLOAD_TOKEN Token;
} DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS, *PDEVICE_DSM_OFFLOAD_WRITE_PARAMETERS;
Members
Flags
Impostare su 0.
Reserved
Riservato.
TokenOffset
Offset iniziale da copiare dall'intervallo associato al token
Token
STORAGE_OFFLOAD_TOKEN struttura contenente il token restituito dall'operazione di lettura offload.
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