Carbon


ReqListRec

Header: Quickdraw.h

struct ReqListRec {
    SInt16 reqLSize; 
    SInt16 reqLData[1];
};

Field descriptions

reqLSize

The size of this ReqListRec data structure minus one.

reqLData

An array of integers representing offsets into a color table.

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


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