next up previous contents
Next: cifGetCategoriesInCategoryGroup Up: CIFLIB Category Group Access Previous: cifGetCategoryGroups

cifGetCategoryGroupsByIndex

NAME cifGetCategoryGroupsByIndex

PROTOTYPE

#include "ciflib.h"

char **cifGetCategoryGroupsByIndex(const int  dataBlockIndex, 
                                         int *numGroup)
PURPOSE

cifGetCategoryGroups returns an array of category group names and the number of groups within the data block identified by its index.

RECEIVES

dataBlockIndex zero-based index of the target data block
numGroup integer pointer to hold the number of category groups

RETURN VALUE

Returns an array of category group names or a NULL value for failure. If the operation is successful the number of groups is returned in numGroup.

REMARKS

See also: cifGetCategoryGroups



Olivera Tosic
6/17/2002