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