xHarbour Reference Documentation > Function Reference |
Returns the number of index entries in a HiPer-SEEK index file.
HS_KeyCount( <nHsxHandle> ) --> nKeyCount
The function returns a numeric value greater or equal to zero representing the number of index entries contained in the HiPer-SEEK index. A negative value indicates an error condition:
Error codes of HS_KeyCount()
Value | Description |
---|---|
-16 | Invalid parameter is passed. |
-18 | Illegal HiPer-SEEK index file handle. |
HS_KeyCount() is used to determine the total number of index entries available in a HiPer-SEEK index file.
See also: | Hs_Filter(), OrdKeyCount() |
Category: | Database functions , HiPer-SEEK functions , Index functions , xHarbour extensions |
Source: | rdd\hsx\hsx.c |
LIB: | lib\xhb.lib |
DLL: | dll\xhbdll.dll |
http://www.xHarbour.com