Zen API
zSyncQueue_Construct
C
zStatus zSyncQueue_Construct(zSyncQueue* queue, zUIntPtr itemSize, z32u capacity);
Parameters
Parameters 
Description 
zSyncQueue* queue 
Destination for the constructed object handle. 
zUIntPtr itemSize 
Size, in bytes, of each item in the queue. 
z32u capacity 
Maximum count of items that can be contained by the queue. 
Description

Constructs a synchronized queue object.

File

zSyncQueue.h

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