Skip to content

Latest commit

 

History

History
70 lines (53 loc) · 1.78 KB

ne-ntddstor-storage_set_type.md

File metadata and controls

70 lines (53 loc) · 1.78 KB
UID title description tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.max-support req.typenames targetos ms.custom f1_keywords topic_type api_type api_location api_name
NE:ntddstor._STORAGE_SET_TYPE
STORAGE_SET_TYPE
Learn more about: STORAGE_SET_TYPE enumeration
storage
03/21/2019
STORAGE_SET_TYPE enumeration
STORAGE_SET_TYPE, STORAGE_SET_TYPE, *PSTORAGE_SET_TYPE, STORAGE_PROPERTY_SET, IOCTL_STORAGE_SET_PROPERTY
ntddstor.h
STORAGE_SET_TYPE, *PSTORAGE_SET_TYPE
Windows
19H1
_STORAGE_SET_TYPE
ntddstor/_STORAGE_SET_TYPE
PSTORAGE_SET_TYPE
ntddstor/PSTORAGE_SET_TYPE
STORAGE_SET_TYPE
ntddstor/STORAGE_SET_TYPE
apiref
HeaderDef
ntddstor.h
_STORAGE_SET_TYPE
PSTORAGE_SET_TYPE
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.

-enum-fields

-field PropertyStandardSet

Use PropertyStandardSet to change the value of a property.

-field PropertyExistsSet

Use PropertyExistsSet to test whether a property is supported.

-field 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