Table of Contents
OpnUserPartition - open an AccelNET user partition
OpnUserPartition
opens a previously created shared memory partition for use by an AccelNET
program.
This function is part of tblmngr.
HEADER_TBL *OpnUserPartition(
int Mid,
unsigned int addr,
char **Upnt,
int ROflag
);
The shared memory id.
The shared memory attachment address.
Pointer to the additional space.
If this value is non zero then
attach the partition read only.
A pointer to the HEADER_TBL if successful.
NULL is returned on most other failures.
tblmngr(3tbl)
$Id: OpnUserP.3,v 1.0 2004/01/08 20:28:55 kitchen Exp $
Table of Contents