Get a char * pointer to a StrBuf.
const char *ChrPtr(const StrBuf *Str);
Get a pointer to the string contained within the StrBuf Str.
Parameter Description --------- ----------- Str Pointer to a StrBuf string
A pointer to the string in Str.
Be aware that the pointer may become invalid if the Str is altered later.