CString

From REALbasicWiki

Jump to: navigation, search

CString is a datatype for use in declaring external functions. A C string is a sequence of nonzero bytes, followed by a zero byte called the string terminator. For example, the string "foo" is represented as a C string as 66 6F 6F 00.

Personal tools
related