man3tbl/OpnUserP

Table of Contents

Name

OpnUserPartition - open an AccelNET user partition

Description

OpnUserPartition opens a previously created shared memory partition for use by an AccelNET program.

This function is part of tblmngr.

Syntax

HEADER_TBL *OpnUserPartition(
   int Mid,

   unsigned int addr,

   char **Upnt,

   int ROflag

   );

Arguments

Mid

The shared memory id.

addr

The shared memory attachment address.

**Upnt

Pointer to the additional space.

ROflag

If this value is non zero then attach the partition read only.

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: OpnUserP.3,v 1.0 2004/01/08 20:28:55 kitchen Exp $


Table of Contents