This topic has not yet been rated - Rate this topic

DEVICE_DSM_OFFLOAD_READ_PARAMETERS structure

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

Set to 0.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

WinIoCtl.h (include Windows.h)

See also

Device Management Structures
IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES
DEVICE_MANAGE_DATA_SET_ATTRIBUTES
STORAGE_OFFLOAD_READ_OUTPUT

 

 

Send comments about this topic to Microsoft

Build date: 4/16/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.