使用IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES控制代码将特定于存储系统的信息发送到卷管理器和存储系统。 通过lpInBuffer参数传递的输入缓冲区以DEVICE_MANAGE_DATA_SET_ATTRIBUTES结构开头,但可能会包含数据集范围列表之前的其他参数,具体取决于DEVICE_MANAGE_DATA_SET_ATTRIBUTES结构的Action成员的值。 通过lpOutB...
使用IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES 控制代码将特定于存储系统的信息发送到卷管理器和存储系统。通过lpInBuffer 参数传递的输入缓冲区以 DEVICE_MANAGE_DATA_SET_ATTRIBUTES 结构开头,但可能会包含数据集范围列表之前的其他参数,具体取决于DEVICE_MANAGE_DATA_SET_ATTRIBUTES结构的 Action 成员的值。 通...
此IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES请求用于将数据集管理请求发送到存储设备。 主要代码 IRP_MJ_DEVICE_CONTROL 输入缓冲区 Irp-AssociatedIrp.SystemBuffer>中的缓冲区包含DEVICE_DSM_INPUT结构。 根据此结构的Action成员,输入缓冲区可能另外包含参数块和数据集范围块。 有关所有可能操作的说明,请参...
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...
IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES控制程式代碼會將屬性資訊傳達給磁碟區管理員和儲存系統裝置。 若要執行這項作業,請使用下列參數呼叫 DeviceIoControl 函 式。 C++ 複製 BOOL DeviceIoControl( (HANDLE) hDevice, // handle to device IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES, // dwIoControlCod...
IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES IOCTL (ntddstor.h) 發行項 2024/02/29 意見反應 本文內容 備註 規格需求 另請參閱 此IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES 要求是用來將數據集管理要求傳送至記憶體裝置。主要程序代碼IRP_MJ_DEVICE_CONTROL...
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 to...
IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES IOCTL (ntddstor.h) 文章 29/02/2024 意見反映 在此文章 備註 規格需求 另請參閱 此IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES 要求是用來將數據集管理要求傳送至記憶體裝置。主要程序代碼IRP_MJ_DEVICE_CONTROL...