2.3.7.9 HyperlinkString

Referenced by: Hyperlink Object

This structure specifies a string for a hyperlink.


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

length

string (variable)

...

length (4 bytes): An unsigned integer that specifies the number of Unicode characters in the string field, including the null-terminating character.

string (variable): A null-terminated array of Unicode characters. The number of characters in the array is specified by the length field.