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