RexxAddQueue - Parameters
EntryData
(PRXSTRING) - input
Address of an RXSTRING
containing the data to be added to the queue.
AddFlag
(ULONG) - input
LIFO/FIFO flag. When AddFlag
is RXQUEUE_LIFO, data is added LIFO (Last In, First Out) to the queue.
When AddFlag is RXQUEUE_FIFO, data is added FIFO (First In, First
Out).
[Back: RexxAddQueue - Syntax]
[Next: RexxAddQueue - Returns]