2.2.1 LengthPrefixedName
The LengthPrefixedName type specifies an array of Unicode characters prefixed by the array length, in characters.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Length |
|||||||||||||||||||||||||||||||
Name (variable) |
|||||||||||||||||||||||||||||||
... |
Length (4 bytes): An unsigned long that MUST contain the number of Unicode characters in Name, and MUST NOT be zero.
Name (variable): A Unicode string; the string SHOULD NOT end in a NULL terminator.