Program Base Library Functions

int pblArrayListSetSize

( pblArrayList* arrayList, int size )

Sets the size of the array list.

Documentation

Sets the size of the array list.

If the size is increased, the new elements are initialized with NULL.

Parameters:
arrayList - The list to use
size - The desired size to set
Returns:
int rc >= 0: OK, the list size is returned
int rc < 0: An error, see pbl_errno PBL_ERROR_OUT_OF_MEMORY - out of memory

Alphabetic index



This page was generated with the help of DOC++.