Skip to content

Latest commit

 

History

History
97 lines (73 loc) · 3.3 KB

ns-winioctl-device_dsm_offload_write_parameters.md

File metadata and controls

97 lines (73 loc) · 3.3 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist f1_keywords dev_langs topic_type api_type api_location api_name
NS:winioctl._DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
Specifies parameters for the offload write operation.
*PDEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS structure
PDEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
PDEVICE_DSM_OFFLOAD_WRITE_PARAMETERS structure pointer
base.device_dsm_offload_write_parameters
winioctl/DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
winioctl/PDEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
base\device_dsm_offload_write_parameters.htm
base
d0107cae-50c9-46d2-97cd-324030692903
12/05/2018
*PDEVICE_DSM_OFFLOAD_WRITE_PARAMETERS, DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS, DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS structure, PDEVICE_DSM_OFFLOAD_WRITE_PARAMETERS, PDEVICE_DSM_OFFLOAD_WRITE_PARAMETERS structure pointer, base.device_dsm_offload_write_parameters, winioctl/DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS, winioctl/PDEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
winioctl.h
Windows.h
Windows
Windows 8
Windows Server 2012
Windows
DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS, *PDEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
_DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
winioctl/_DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
PDEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
winioctl/PDEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
winioctl/DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
c++
APIRef
kbSyntax
HeaderDef
WinIoCtl.h
DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS

DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS structure

-description

Specifies parameters for the offload write operation. An offload write operation is initiated by specifying DeviceDsmAction_OffloadWrite in the Action member of the DEVICE_MANAGE_DATA_SET_ATTRIBUTES structure passed in a IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES control code.

-struct-fields

-field Flags

Set to 0.

-field Reserved

Reserved.

-field TokenOffset

The starting offset to copy from the range bound to the token

-field Token

STORAGE_OFFLOAD_TOKEN structure containing the token returned from the offload read operation.

-see-also

DEVICE_MANAGE_DATA_SET_ATTRIBUTES

Device Management Structures

IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES

STORAGE_OFFLOAD_TOKEN