next up previous contents
Next: cifGetItemKeywordByIndex Up: CIFLIB Item Access Functions Previous: CIFLIB Item Access Functions

cifGetItemKeyword

NAME cifGetItemKeyword

PROTOTYPE

#include "ciflib.h"

char *cifGetItemKeyword(const char *dataBlockName, 
                        const char *categoryName, 
                        const int   itemKeywordIndex);
PURPOSE

cifGetItemKeyword returns the item keyword identified by its index within the target category within the target datablock. The category and data block are identified by name.

RECEIVES

dataBlockName name of the target data block
categoryName name of the target category
itemKeywordIndex index of the keyword within the target category

RETURN VALUE

Returns an item keyword or a NULL value for failure.

REMARKS

See also: cifGetItemKeywordByIndex



Olivera Tosic
6/17/2002