acltdtAttachQueue
The
The
Description
Confirms that the current process has the specified permission on a queue when queue information needs to be shared between processes.
Prototype
aclError acltdtAttachQueue(uint32_t qid, int32_t timeout, uint32_t *permission)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
qid |
Input |
Queue ID. |
timeout |
Input |
Wait timeout interval. The options are as follows:
|
permission |
Output |
Permission flag.
|
Returns
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: Shared Queue Management