This IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES request is used to send a data set management request to a storage device.Major codeIRP_MJ_DEVICE_CONTROLInput bufferThe buffer at Irp->AssociatedIrp.SystemBuffer contains a DEVICE_DSM_INPUT structure. Depending on the ...
The IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES control code communicates attribute information to the volume manager and storage system device. To perform this operation, call the DeviceIoControl function with the following parameters. C++ Copy BOOL DeviceIoControl( (HANDLE) hDevice, // handle t...