DEVICE_DSM_OFFLOAD_READ_PARAMETERS structure (winioctl.h)

Contains parameters for the DeviceDsmAction_OffloadRead action for the IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES control code.

Syntax

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

Set to 0.

TimeToLive

The time to live (TTL) for the token, in milliseconds.

Reserved[2]

Set to 0.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header winioctl.h (include Windows.h)

See also

DEVICE_MANAGE_DATA_SET_ATTRIBUTES

Device Management Structures

IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES

STORAGE_OFFLOAD_READ_OUTPUT