xHarbour Reference Documentation > Function Reference |
Checks if a hash is partitioned.
HGetPartition( <hHash> , ; [@<nPageSize>], ; [@<nLevel>] ) --> lIsPartitioned
The function returns .T. (true) when a hash is partitioned, otherwise .F. (false) is returned.
The function serves informational purposes only and checks if a hash is partitioned with function HSetPartition().
See also: | Hash(), HSetPartition() |
Category: | Hash functions , xHarbour extensions |
Source: | vm\hash.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com