Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Output structure for the DeviceDsmAction_OffloadWrite action of the IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES control code.
Syntax
typedef struct _STORAGE_OFFLOAD_WRITE_OUTPUT {
DWORD OffloadWriteFlags;
DWORD Reserved;
DWORDLONG LengthCopied;
} STORAGE_OFFLOAD_WRITE_OUTPUT, *PSTORAGE_OFFLOAD_WRITE_OUTPUT;
Members
OffloadWriteFlags
Out flags
Value | Meaning |
---|---|
|
The range written is less than the range specified. |
|
The token specified is not valid. |
Reserved
Reserved.
LengthCopied
The length of the copied content.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Header | winioctl.h (include Windows.h) |