tibrvQueue_GetCount()
Function
Declaration
tibrv_statustibrvQueue_GetCount(
tibrvQueue eventQueue,
tibrv_u32* numEvents);
Purpose
Extract the number of events in a queue.
|
Parameter |
Description |
|
|
Extract the current event count of this queue. |
|
|
The program supplies a location, and the function stores (a snapshot of) the event count of the queue in that location. |