Table of Contents
CloseShMem - close shared memory partititon
CloseShMemIPC
closes a previously opened shared memory partition.
This function is part
of tblmngr.
int CloseShMemIPC(
int MemId
);
The shared memory id returned by the call to
CreateShMem(3tbl)
.
The error code from the
shmctl(2)
call.
There is another function
CloseMemMMAP() which is listed in the header file but is not in use. This
function may be used in the future for shared memory management using mmap()
related calls rather then SysV IPC calls.
tblmngr(3tbl)
$Id: CloseShMem.3,v 1.2 2002/04/07 19:37:39 kitchen Exp $
Table of Contents