DeviceDsmDataSetRanges function (ntddstor.h)

The DeviceDsmDataSetRanges function gets a pointer to the data set ranges for a data set management (DSM) operation.

Syntax

PDEVICE_DSM_RANGE DeviceDsmDataSetRanges(
  PDEVICE_DSM_INPUT Input
);

Parameters

Input

Pointer to the DEVICE_DSM_INPUT structure.

Return value

DeviceDsmDataSetRanges returns a pointer to the first DEVICE_DSM_RANGE structure in the data set range.

Remarks

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.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1803
Target Platform Universal
Header ntddstor.h

See also

Data Set Management

DEVICE_DSM_INPUT

DEVICE_DSM_RANGE