2.3.7.9 HyperlinkString
Referenced by: Hyperlink Object
This structure specifies a string for a hyperlink.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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.