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