DeviceDsmGetOutputBlockLength - NtDoc

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

ULONG DeviceDsmGetOutputBlockLength(
  PDEVICE_DSM_DEFINITION Definition,
  ULONG                  OutputLength
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DeviceDsmGetOutputBlockLength function

Description

The DeviceDsmGetOutputBlockLength function gets the length, in bytes, of a data set management (DSM) output block.

Parameters

Definition

Pointer to a DEVICE_DSM_DEFINITION structure that defines the operation.

OutputLength

The length, in bytes, of the entire output (the DEVICE_DSM_OUTPUT output buffer plus the output block).

Return value

Returns the length, in bytes, of the output block.

Remarks

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

See also

Data Set Management Overview

DEVICE_DSM_DEFINITION

DEVICE_DSM_OUTPUT