![]() |
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 lists data handle directly by calling the LGetCellDataLocation function to find the offset of a cells data into the data handle and the length of the cells data.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)