STORAGE_SET_TYPE - NtDoc

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

typedef enum _STORAGE_SET_TYPE {
  PropertyStandardSet,
  PropertyExistsSet,
  PropertySetMaxDefined
} STORAGE_SET_TYPE, *PSTORAGE_SET_TYPE;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddstor-storage_set_type)

STORAGE_SET_TYPE enumeration

Description

STORAGE_SET_TYPE describes the type of set operation that is being performed via an IOCTL_STORAGE_SET_PROPERTY IOCTL.

Constants

PropertyStandardSet

Use PropertyStandardSet to change the value of a property.

PropertyExistsSet

Use PropertyExistsSet to test whether a property is supported.

PropertySetMaxDefined

Do not use.

Remarks

STORAGE_SET_TYPE is a member of the STORAGE_PROPERTY_SET structure, which describes the details of the property set associated with an IOCTL_STORAGE_SET_PROPERTY IOCTL.

See also

IOCTL_STORAGE_SET_PROPERTY

STORAGE_PROPERTY_SET