Important: The information in this document is obsolete and should not be used for new development.
ReqListRec
TheReqListRecdata structure is a parameter to theSaveEntriesfunction 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
ReqListRecdata structure minus one.reqLData- An array of integers representing offsets into a color table.