RexxPullQueue - Parameters
DataBuf
(PRXSTRING) - output
Address of an RXSTRING
for the returned value.
DateTime (PDATETIME)
- output
Address of the entry's date/time stamp.
WaitFlag (ULONG) - input
Wait
flag. When WaitFlag is RXQUEUE_NOWAIT and the queue is empty, RXQUEUE_EMPTY
is returned. Otherwise, that is, WaitFlag is RXQUEUE_WAIT, REXX waits
until a queue entry is available and returns that entry to the caller.
[Back: RexxPullQueue - Syntax]
[Next: RexxPullQueue - Returns]