Carbon supports most List Manager functions, with the following changes:
The C-style, lowercase versions of List Manager function names are no longer supported. If your application uses any List Manager lowercase function names, you must replace them with their uppercase equivalents.
Custom list definition procedures (also known as LDEFs), must be compiled as PowerPC-native code, and can not be stored as resources. See the Carbon Porting Guide for more information.
Your application must use the functions defined by the List Manager to create and dispose of List Manager data structures.
Note that the ListRef data structure is not opaque, so you do not need to use accessors to access its fields, though it is still recommended.
© 2001 Apple Computer, Inc. (Last Updated July 17, 2001)