Return Type | Function name | Arguments |
---|---|---|
int | hzMapS::Last | (const KEY,) |
Declared and defined in file: hzTmplMapS.h
Function Logic:
Function body:
int hzMapS::Last (const KEY key) { uint32_t nPosn ; int32_t nSlot ; if (base._findAllByKey(nSlot, nPosn, key, HZ_ISAMSRCH_HI)) return 0x7fffffff&nPosn; return -1; }