next up previous contents
Next: cifGetItemCaseSensitivityByIndex Up: CIFLIB Item Convenience Functions Previous: cifGetItemFileOffset

cifGetItemCaseSensitivity

NAME cifGetItemCaseSensitivity

PROTOTYPE

#include "ciflib.h"

int cifGetItemCaseSensitivity(const char *dataBlockName, 
                              const char *categoryName,
                              const char *itemKeyword)
PURPOSE

cifGetItemCaseSensitivity returns the case sensitivity of the target item. The target item is identified by the keyword name and the name of the category and data block in which it is defined.

RECEIVES

dataBlockName name of the target data block
categoryName name of the target category
itemKeyword name of the target keyword in the target category

RETURN VALUE

Returns a value of 1 if the item is case sensitive or a value of zero if the item is case insensitive. The functions returns the value -1 for failure.

REMARKS

See also: cifGetItemCaseSensitivityByIndex



Olivera Tosic
6/17/2002