Carbon


DataHandle

Header: Lists.h

typedef DataPtr DataHandle;

The ListRec structure uses a data handle to store information about a list.

Your application should not change the information in a data handle directly. Your application can, however, read data stored in a list’s data handle directly by calling the LGetCellDataLocation function to find the offset of a cell’s data into the data handle and the length of the cell’s data.


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