// ntddstor.h
VOID DeviceDsmInitializeOutput(
PDEVICE_DSM_DEFINITION Definition,
PDEVICE_DSM_OUTPUT Output,
ULONG OutputLength,
ULONG Flags
);
View the official Windows Driver Kit DDI referenceNo description available.
The DeviceDsmInitializeOutput function initializes a DEVICE_DSM_OUTPUT structure.
DefinitionPointer to a DEVICE_DSM_DEFINITION structure that defines the data set management (DSM) operation.
OutputPointer to the DEVICE_DSM_OUTPUT structure to be initialized.
OutputLengthThe length, in bytes, of the entire output buffer.
FlagsFlags for the DSM action in the DEVICE_DSM_OUTPUT structure.
See Data Set Management Overview for information on how to process a DSM.