Basic Type |
String |
Represents a zero terminated unicode string. Internally represented by a pointer to an array of 16 bit characters.
The string "Hello World" would be represented by the following array :
Related Topics: | [Top] |