Zen API
zList_Alloc
C
zStatus zList_Alloc(zList list, zUIntPtr itemSize, z32u initialCapacity);
Parameters
Parameters 
Description 
zList list 
List object. 
zUIntPtr itemSize 
Size of a single list element. 
z32u initialCapacity 
Capacity initially reserved for list items. 
Description

Resets the list item buffer.

Existing list items are not preserved.

File

zList.h

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