DeviceDsmDataSetRanges - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddstor.h

PDEVICE_DSM_RANGE DeviceDsmDataSetRanges(
  PDEVICE_DSM_INPUT Input
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntddstor-devicedsmdatasetranges)

DeviceDsmDataSetRanges function

Description

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

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.

See also

Data Set Management

DEVICE_DSM_INPUT

DEVICE_DSM_RANGE