STORAGE_PROTOCOL_UFS_DATA_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddstor-_storage_protocol_ufs_data_type)

STORAGE_PROTOCOL_UFS_DATA_TYPE enumeration

Description

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.

Constants

UfsDataTypeUnknown:0

Unknown data type.

UfsDataTypeQueryDescriptor

Query the UFS descriptor data. Retrieved by the QUERY UPIU command.

UfsDataTypeQueryAttribute

Query the UFS attributes. Retrieved by the QUERY UPIU command.

UfsDataTypeQueryFlag

Query the UFS flag. Retrieved by the QUERY UPIU command.

UfsDataTypeQueryDmeAttribute

Query the UFS device management entity (DME) attribute. Retrieved by the QUERY UPIU command.

UfsDataTypeQueryDmePeerAttribute

Query the UFS DME peer attribute. Retrieved by the QUERY UPIU command.

UfsDataTypeMax

Max size of data type.

See also

*STORAGE_PROTOCOL_DATA_DESCRIPTOR