DeviceDsmInitializeOutput - NtDoc

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

VOID DeviceDsmInitializeOutput(
  PDEVICE_DSM_DEFINITION Definition,
  PDEVICE_DSM_OUTPUT     Output,
  ULONG                  OutputLength,
  ULONG                  Flags
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DeviceDsmInitializeOutput function

Description

The DeviceDsmInitializeOutput function initializes a DEVICE_DSM_OUTPUT structure.

Parameters

Definition

Pointer to a DEVICE_DSM_DEFINITION structure that defines the data set management (DSM) operation.

Output

Pointer to the DEVICE_DSM_OUTPUT structure to be initialized.

OutputLength

The length, in bytes, of the entire output buffer.

Flags

Flags for the DSM action in the DEVICE_DSM_OUTPUT structure.

Remarks

See Data Set Management Overview for information on how to process a DSM.

See also

Data Set Management Overview

DEVICE_DSM_DEFINITION

DEVICE_DSM_OUTPUT