Table of Contents
BldUserPartition - create a shared memory partition for general use
by AccelNET programs
BldUserPartition creates a shared memory
partition and initializes it for use by the AccelNET table management system.
This function is part of tblmngr.
HEADER_TBL *BldUserPartition(
MASTER_SIZE *SZpnt,
int *Mid,
unsigned int addr,
unsigned int key,
char **Upnt,
int Usize
);
A pointer to the MASTER_SIZE table used to initialize table
management.
A pointer to a variable in which to return the shared memory
id.
The shared memory attachment address.
The shared memory key.
Pointer
to a variable in which to return a pointer to the additional space.
A
pointer to the HEADER_TBL if successful. NULL is returned on most other
failures.
tblmngr(3tbl)
$Id: BldUserP.3,v
1.0 2004/01/08 20:28:55 kitchen Exp $
Table of Contents