acltdtDequeue
The
The
Description
Obtains data from a queue.
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
qid |
Input |
Queue from which data is obtained. You must call acltdtCreateQueue to create a queue in advance. |
buf |
Output |
Pointer to the shared buffer. |
timeout |
Input |
Wait timeout interval. If data is obtained from an empty queue, the system determines how to process the data based on the configured wait timeout interval. The options are as follows:
|
Returns
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: Shared Queue Management