CFStringGetListOfAvailableEncodings

Header: CFString.h Carbon status: Supported

Obtains a pointer to a list of string encodings supported by the current system.

const CFStringEncoding *CFStringGetListOfAvailableEncodings ();
function result

A pointer to a kCFStringEncodingInvalidId-terminated list of enum constants, each of type CFStringEncoding.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


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