Important: The information in this document is obsolete and should not be used for new development.
|
|
Log In | Not a Member? |
Contact ADC |
Queue Headers
A queue header is a block of data that contains information about a queue. TheQHdrdata type defines the structure of a queue header.
TYPE QHdr = RECORD qFlags: Integer; {information on queue} qHead: QElemPtr; {pointer to first queue entry} qTail: QElemPtr; {pointer to last queue entry} END;
Field Description
qFlags- Queue flags. This field contains information that is different for each queue type. Ordinarily, these flags are reserved for use by system software.
qHead- A pointer to the first element in the queue. If a queue has no elements, this field is set to
NIL.qTail- A pointer to the last element in the queue. If a queue has no elements, this field is set to
NIL.
Get information on Apple products.
Visit the Apple Store online or at retail locations. 1-800-MY-APPLE Copyright © 2007 Apple Inc. All rights reserved. | Terms of use | Privacy Notice |