Zen API
zSyncQueue_Item
C
zStatus zSyncQueue_Item(zSyncQueue queue, z32u index, void* item);
Parameters
Parameters 
Description 
zSyncQueue queue 
zSyncQueue object. 
z32u index 
Index of the item to be accessed. 
void* item 
Destination for the object that is accessed. 
Description

Gets the item at the specified offset within the queue.

File

zSyncQueue.h

Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.