Table of Contents
GetShMemId - create a shared memory partition
GetShMemIdIPC
uses the
key to find the shared memory segment identifier. The identifier
is returned on success else -1 is returned.
This function is part of tblmngr.
int GetShMemIdIPC(
int key
);
the shared memory key.
>=0 - the memory identifier
-1 - failure
The corresponding MMAP() function isn’t implemented.
tblmngr(3tbl)
$Id: GetShMemId.3,v 1.0 2004/04/14 14:25:07 kitchen Exp
$
Table of Contents