next up previous contents
Next: ndb_cif_current_row Up: Function Description Previous: ndb_cif_current_category

ndb_cif_current_category_name

NAME ndb_cif_current_category_name

PROTOTYPE

#include "cifparse.h"

int ndb_cif_current_category_name(CifHandle *cf,
                                  char categoryName[MxNameLen]);
PURPOSE

ndb_cif_current_category_name stores the current category's name in categoryName, which must be of the fixed length MxNameLen.

RECEIVES

cf pointer to the CifHandle data structure
categoryName a fixed size string to hold the name of the current category

RETURN VALUE

Returns the current category number or 0 for failure.

REMARKS

See also: ndb_cif_current_datablock
  ndb_cif_current_datablock_name
  ndb_cif_current_category
  ndb_cif_current_row
  ndb_cif_current_col



Olivera Tosic
6/12/2002