#include "ciflib.h"
char **cifGetCategoryNames(const char *dataBlockName,
int *numCategory)
cifGetCategoryNames returns an array of category names within the named data block and the number categories.
| dataBlockName | the name of the target data block |
| numCategory | integer pointer to hold the number of categories |
Returns an array of category names or a NULL value for failure. If the operation is successful the number of categories is returned in numCategory.
| See also: | cifGetCategoryName |
|---|---|
| cifGetCategoryNameByIndex | |
| cifGetCategoryNamesByIndex | |
| cifGetCategoryIndex |