Table of Contents
OpenMasterPartition - open the AccelNET master database partition
OpenMasterPartition
opens the shared memory partition for the AccelNET database.
This function
is part of tblmngr.
HEADER_TBL *OpenMasterPartition(
int part_id,
void *attach_addr,
int ROflag
);
- part_id
The shared memory id.
- attach_addr
The attachment address
- ROflag
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: OpenMasterP.3,v
1.3 2008/03/13 14:52:51 kitchen Exp $
Table of Contents