xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

HGetPartition()

Checks if a hash is partitioned.

Syntax

HGetPartition( <hHash>     , ;
             [@<nPageSize>], ;
             [@<nLevel>]     ) --> lIsPartitioned

Arguments

<hHash>
A variable referencing the hash to check for partitioning.
<nPageSize>
If passed by reference, <nPageSize> is assigned a numeric value indicating the size of a partition.
<nLevel>
If passed by reference, <nLevel> is assigned a numeric value indicating how many levels deep a hash is partitioned.

Return

The function returns .T. (true) when a hash is partitioned, otherwise .F. (false) is returned.

Description

The function serves informational purposes only and checks if a hash is partitioned with function HSetPartition().

Info

See also:Hash(), HSetPartition()
Category: Hash functions , xHarbour extensions
Source:vm\hash.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe