Partager via


structure STORAGE_OFFLOAD_WRITE_OUTPUT (winioctl.h)

Structure de sortie pour l’action DeviceDsmAction_OffloadWrite du code de contrôle IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES .

Syntaxe

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

Membres

OffloadWriteFlags

Indicateurs de sortie

Valeur Signification
STORAGE_OFFLOAD_WRITE_RANGE_TRUNCATED
0x0001
La plage écrite est inférieure à la plage spécifiée.
STORAGE_OFFLOAD_TOKEN_INVALID
0x0002
Le jeton spécifié n’est pas valide.

Reserved

Réservé.

LengthCopied

Longueur du contenu copié.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 8
Serveur minimal pris en charge Windows Server 2012
En-tête winioctl.h (inclure Windows.h)

Voir aussi

DEVICE_MANAGE_DATA_SET_ATTRIBUTES_OUTPUT

structures Gestion des appareils

IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES