CFStringAppendPascalString

Header: CFString.h Carbon status: Supported

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

void CFStringAppendPascalString (
    CFMutableStringRef theString, 
    ConstStringPtr pStr, 
    CFStringEncoding encoding
);
Parameter descriptions
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.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)