#include "ciflib.h"
char **cifGetItemNamesByIndex(const int dataBlockIndex,
const int categoryIndex,
int *numItem);
cifGetItemNamesByIndex returns an array of item names within the target category and within the target data block. The category and the data block are identified by their indices.
| dataBlockIndex | zero-based index of the target data block |
| categoryIndex | zero-based index of the target category |
| numItem | integer pointer to hold returned number of items |
Returns an array of item names or a NULL value for failure. If the operation is successful the number of keywords is returned in numKeyword.
| See also: | cifGetItemNames |
|---|