// ntddstor.h
typedef enum _STORAGE_SET_TYPE {
PropertyStandardSet,
PropertyExistsSet,
PropertySetMaxDefined
} STORAGE_SET_TYPE, *PSTORAGE_SET_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
STORAGE_SET_TYPE describes the type of set operation that is being performed via an IOCTL_STORAGE_SET_PROPERTY IOCTL.
PropertyStandardSetUse PropertyStandardSet to change the value of a property.
PropertyExistsSetUse PropertyExistsSet to test whether a property is supported.
PropertySetMaxDefinedDo not use.
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.