|
AsciiStringBlock
The ASCII string block is used to hold a short ASCII string whose length is 256 bytes or less. It is most commonly used to store a screenname. The format of this data structure is as follows: [Include(/Format)] len is the length of the string data. string is the string itself. |
► Sign in to add a comment