Important: The information in this document is obsolete and should not be used for new development.
ReqListRec
TheReqListRec
data structure is a parameter to theSaveEntries
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.