2.2.2.2.3 VariableCharArray

The VariableCharArray structure contains a variable-length array of Latin-1 ANSI characters.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

cbCharArray

szCharArray (variable)

...

cbCharArray (2 bytes): A 2-byte, unsigned integer value specifying the length of the szCharArray field in bytes.

szCharArray (variable):  A variable-length byte array that contains a nonterminated string of Latin-1 ANSI characters. The length of the array MUST be equal to the value of the cbCharArray field.