next up previous contents
Next: cifGetCategoryNamesByIndex Up: CIFLIB Category Access Functions Previous: cifGetCategoryNames

cifGetCategoryNameByIndex

NAME cifGetCategoryNameByIndex

PROTOTYPE

#include "ciflib.h"

char *cifGetCategoryName(const int dataBlockIndex, 
                         const int categoryIndex)
PURPOSE

cifGetCategoryNameByIndex returns the name of the category identified by its index within the data block identified by its index.

RECEIVES

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

RETURN VALUE

Returns a category name or a NULL value for failure.

REMARKS

See also: cifGetCategoryName
  cifGetCategoryNames
  cifGetCategoryNamesByIndex
  cifGetCategoryIndex



Olivera Tosic
6/17/2002