// ntddstor.h
PDEVICE_DSM_RANGE DeviceDsmDataSetRanges(
PDEVICE_DSM_INPUT Input
);
View the official Windows Driver Kit DDI referenceNo description available.
The DeviceDsmDataSetRanges function gets a pointer to the data set ranges for a data set management (DSM) operation.
InputPointer to the DEVICE_DSM_INPUT structure.
DeviceDsmDataSetRanges returns a pointer to the first DEVICE_DSM_RANGE structure in the data set range.
The DSM handler calls this function only if the members of Input indicate that the operation has range data. See Data Set Management for details on how to process a DSM.