acltdtAttachQueue
Applicability
Product |
Supported |
|---|---|
☓ |
|
☓ |
|
☓ |
|
☓ |
|
☓ |
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
0 on success; else, failure. For details, see aclError.