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