DeviceDsmOutputBlock - NtDoc

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

PVOID DeviceDsmOutputBlock(
  PDEVICE_DSM_OUTPUT Output
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DeviceDsmOutputBlock function

Description

The DeviceDsmOutputBlock function gets the output block from the output buffer.

Parameters

Output

Pointer to the DEVICE_DSM_OUTPUT structure.

Return value

Returns a pointer to the output block that immediately follows the DEVICE_DSM_OUTPUT structure that Output points to.

Remarks

See Data Set Management Overview for information on how to set up and process a DSM action.

See also

DEVICE_DSM_OUTPUT