#include "cifparse.h"
int ndb_cif_get_category_id(const char * datablockName,
const char * categoryName,
const char * itemKeyword);
ndb_cif_get_column_id returns the column number of the column specified by itemKeyword in the category categoryName and datablock datablockName.
| datablockName | identifies the datablock |
| categoryName | identifies the category |
| itemKeyword | identifies the column |
Returns the number of the column or 0 upon failure.
| See also: | ndb_cif_get_datablock_id |
|---|---|
| ndb_cif_get_category_id |