// ntddstor.h
PVOID DeviceDsmOutputBlock(
PDEVICE_DSM_OUTPUT Output
);
View the official Windows Driver Kit DDI referenceNo description available.
The DeviceDsmOutputBlock function gets the output block from the output buffer.
OutputPointer to the DEVICE_DSM_OUTPUT structure.
Returns a pointer to the output block that immediately follows the DEVICE_DSM_OUTPUT structure that Output points to.
See Data Set Management Overview for information on how to set up and process a DSM action.