zStatus zSyncQueue_Item(zSyncQueue queue, z32u index, void* item);
|
Parameters |
Description |
|
zSyncQueue queue |
zSyncQueue object. |
|
z32u index |
Index of the item to be accessed. |
|
void* item |
Destination for the object that is accessed. |
Gets the item at the specified offset within the queue.
zSyncQueue.h