next up previous contents
Next: cifGetItemNames Up: CIFLIB Item Access Functions Previous: cifGetItemName

cifGetItemNameByIndex

NAME cifGetItemNameByIndex

PROTOTYPE

#include "ciflib.h"

char *cifGetItemNameByIndex(const int dataBlockIndex, 
                            const int categoryIndex, 
                            const int itemIndex)
PURPOSE

cifGetItemNameByIndex returns the item name identified by its index within the target category within the target data block. The category and data block are identified by their indices.

RECEIVES

dataBlockIndex zero-based index of the target data block
categoryIndex zero-based index of the target category
itemIndex zero-based index of the item within the target category

RETURN VALUE

Returns an item keyword or a NULL value for failure.

REMARKS

See also: cifGetItemName



Olivera Tosic
6/17/2002