man3tbl/BldGeneralP

Table of Contents

Name

BldGeneralPartition - create AccelNET database table management structures

Description

BldGeneralPartiton creates and initializes the data structures for AccelNET table management.

The table space is created in local memory rather than as a shared memory partition.

This function is part of tblmngr.

Syntax

HEADER_TBL *BldGeneralPartition(
   MASTER_SIZE *SZpnt

   );

Arguments

SZpnt

Pointer to the MASTER_SIZE record which contains the table size information.

Returns

A pointer to the HEADER_TBL if successful. NULL is returned on most other failures.

See Also

tblmngr(3tbl)

Manual page revision

$Id: BldGeneralP.3,v 1.1 2002/04/07 19:37:39 kitchen Exp $


Table of Contents