next up previous contents
Next: cifGetItemDefaultValue Up: CIFLIB Item Convenience Functions Previous: cifGetItemCaseSensitivity

cifGetItemCaseSensitivityByIndex

NAME cifGetItemCaseSensitivityByIndex

PROTOTYPE

#include "ciflib.h"

int cifGetItemCaseSensitivityByIndex(const int  dataBlockIndex, 
                                     const int  categoryIndex,
                                     const int  itemIndex)
PURPOSE

cifGetItemCaseSensitivityByIndex returns the case sensitivity of the target item. The target item is identified by its item index and the indices of the category and data block in which it is defined.

RECEIVES

dataBlockIndex zero-based index of the target data block
categoryIndex zero-based index of the target category
itemIndex zero-based index 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: cifGetItemCaseSensitivity



Olivera Tosic
6/17/2002