Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Advanced Color Imaging Reference /
Chapter 5 - Color Manager Reference /
Constants and Data Types /


ReqListRec

The ReqListRec data structure is a parameter to the SaveEntries function by which you can describe color table entries to be saved.

struct ReqListRec {
   short reqLSize;/* request list size minus 1 */
   short reqLData[1]/* request list data */
};
typedef struct ReqListRec ReqListRec;
Field Description
reqLSize
The size of this ReqListRec data structure minus one.
reqLData
An array of integers representing offsets into a color table.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 NOV 1996