STORAGE_SET_TYPE enumeration (ntddstor.h)

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

Syntax

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

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.

Requirements

Requirement Value
Header ntddstor.h

See also

IOCTL_STORAGE_SET_PROPERTY

STORAGE_PROPERTY_SET