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

cifGetCategoryGroups

NAME cifGetCategoryGroups

PROTOTYPE

#include "ciflib.h"

char **cifGetCategoryGroups(const char *dataBlockName, 
                                  int  *numGroup)
PURPOSE

cifGetCategoryGroups returns an array of category group names and the number groups within the named data block.

RECEIVES

dataBlockName name 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: cifGetCategoryGroupsByIndex



Olivera Tosic
6/17/2002