UFS_STRING_DESCRIPTOR structure (ufs.h)
The UFS_STRING_DESCRIPTOR structure describes either the Manufacturer Name, Product Name, OEM ID, or Serial Number as a string.
Syntax
typedef struct _UFS_STRING_DESCRIPTOR {
UCHAR bLength;
UCHAR bDescriptorIDN;
WCHAR String[UFS_MAX_UNICODE_STRING_LEN];
} UFS_STRING_DESCRIPTOR, *PUFS_STRING_DESCRIPTOR;
Members
bLength
Specifies the length, in bytes, of this descriptor.
bDescriptorIDN
Specifies the type of the descriptor. This descriptor will have a value of UFS_DESC_STRING_IDN.
String[UFS_MAX_UNICODE_STRING_LEN]
Contains either the Manufacturer Name, Product Name, OEM ID, or Serial Number as a string.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1709 |
Minimum supported server | Windows Server 2016 |
Header | ufs.h |