4.4.8.2.2 DESCRIPTOR_STRING_LENGTH
#define DESCRIPTOR_STRING_LENGTH( wstring) (sizeof(wstring) / sizeof(wchar_t) - 1)
Calculates descriptor length of a UTF-16 string descriptor without the null character.
#define DESCRIPTOR_STRING_LENGTH( wstring) (sizeof(wstring) / sizeof(wchar_t) - 1)
Calculates descriptor length of a UTF-16 string descriptor without the null character.