|
bool qQueueStatus |
( |
Q_QUEUE * |
queue, |
|
|
int * |
used, |
|
|
int * |
max | |
|
) |
| | |
Get queue internal status
- Parameters:
-
| queue | a pointer of Q_QUEUE |
| used | if not NULL, a number of pushed objects will be stored |
| max | if not NULL, the maximum number of pushable objects(queue size) will be stored |
- Returns:
- true if successful, otherwise returns false
Definition at line 292 of file qQueue.c.
|