man3tbl/BldUserP

Table of Contents

Name

BldUserPartition - create a shared memory partition for general use by AccelNET programs

Description

BldUserPartition creates a shared memory partition and initializes it for use by the AccelNET table management system.

This function is part of tblmngr.

Syntax

HEADER_TBL *BldUserPartition(
   MASTER_SIZE *SZpnt,

   int *Mid,

   unsigned int addr,

   unsigned int key,

   char **Upnt,

   int Usize

   );

Arguments

SZpnt

A pointer to the MASTER_SIZE table used to initialize table management.

*Mid

A pointer to a variable in which to return the shared memory id.

addr

The shared memory attachment address.

key

The shared memory key.

**Upnt

Pointer to a variable in which to return a pointer to the additional space.

Returns

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

Notes

See Also

tblmngr(3tbl)

Manual page revision

$Id: BldUserP.3,v 1.0 2004/01/08 20:28:55 kitchen Exp $


Table of Contents