#include "ciflib.h"
int cifAddCategory(const char *categoryName,
const char *dataBlockName)
cifAddCategory creates a new category in a data block. The data block and new category are both identified by name.
| categoryName | name of the new category |
| dataBlockName | name of the target data block |
Returns the index of the new category or a value of -1 for failure.
| See also: | cifAddDataBlock |
|---|---|
| cifAddItem |