![]() |
CFStringAppendPascalString | Header: CFString.h |
Appends a Pascal string to the character contents of a mutable CFString object.
void CFStringAppendPascalString ( CFMutableStringRef theString, ConstStringPtr pStr, CFStringEncoding encoding );
A reference to a mutable CFString object to which the characters of the Pascal string pStr are to be appended. If theString is not a mutable CFString object an assertion is raised.
Pass a pointer to the Pascal string buffer whose characters you wish to append to the CFString object.
Pass a constant that identifies the string encoding of the characters in the Pascal string buffer.