// ntddstor.h
typedef enum _STORAGE_PROTOCOL_UFS_DATA_TYPE {
UfsDataTypeUnknown = 0,
UfsDataTypeQueryDescriptor,
UfsDataTypeQueryAttribute,
UfsDataTypeQueryFlag,
UfsDataTypeQueryDmeAttribute,
UfsDataTypeQueryDmePeerAttribute,
UfsDataTypeMax
} STORAGE_PROTOCOL_UFS_DATA_TYPE, *PSTORAGE_PROTOCOL_UFS_DATA_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The UFS (Universal Flash Storage) data type. Describes the type of UFS-specific data that is to be queried during an *IOCTL_STORAGE_QUERY_PROPERTY request.
UfsDataTypeUnknown:0Unknown data type.
UfsDataTypeQueryDescriptorQuery the UFS descriptor data. Retrieved by the QUERY UPIU command.
UfsDataTypeQueryAttributeQuery the UFS attributes. Retrieved by the QUERY UPIU command.
UfsDataTypeQueryFlagQuery the UFS flag. Retrieved by the QUERY UPIU command.
UfsDataTypeQueryDmeAttributeQuery the UFS device management entity (DME) attribute. Retrieved by the QUERY UPIU command.
UfsDataTypeQueryDmePeerAttributeQuery the UFS DME peer attribute. Retrieved by the QUERY UPIU command.
UfsDataTypeMaxMax size of data type.
*STORAGE_PROTOCOL_DATA_DESCRIPTOR