STORAGE_PROPERTY_SET - NtDoc

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

typedef struct _STORAGE_PROPERTY_SET {
  STORAGE_PROPERTY_ID PropertyId;
  STORAGE_SET_TYPE    SetType;
  UCHAR               AdditionalParameters[1];
} STORAGE_PROPERTY_SET, *PSTORAGE_PROPERTY_SET;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddstor-storage_property_set)

STORAGE_PROPERTY_SET structure

Description

The STORAGE_PROPERTY_SET structure describes the details of the property set associated with IOCTL_STORAGE_SET_PROPERTY.

Members

PropertyId

A STORAGE_PROPERTY_ID enum value that specifies which property is being set. Currently, should be set to StorageAdapterProtocolSpecificProperty.

SetType

A STORAGE_SET_TYPE enum value that describes the type of set operation being performed.

AdditionalParameters

Space for additional parameters if necessary, depending on PropertyId.

Remarks

See also

IOCTL_STORAGE_SET_PROPERTY

STORAGE_PROPERTY_ID

STORAGE_SET_TYPE