CFStringAppendPascalStringHeader: CFString.h

Appends a Pascal string to the character contents of a mutable CFString object.

void CFStringAppendPascalString (
    CFMutableStringRef theString, 
    ConstStringPtr pStr, 
    CFStringEncoding encoding
);
theString

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.

pStr

Pass a pointer to the Pascal string buffer whose characters you wish to append to the CFString object.

encoding

Pass a constant that identifies the string encoding of the characters in the Pascal string buffer.


© 1999 Apple Computer, Inc. — (Last Updated 9/15/99)