fune/docs/nspr/reference/pr_closesharedmemory.rst
2022-02-02 17:19:51 +00:00

32 lines
389 B
ReStructuredText

PR_CloseSharedMemory
====================
Closes a shared memory segment identified by name.
Syntax
------
.. code:: eval
#include <prshm.h>
NSPR_API( PRStatus )
PR_CloseSharedMemory(
PRSharedMemory *shm
);
Parameter
~~~~~~~~~
The function has these parameter:
shm
The handle returned from :ref:`PR_OpenSharedMemory`.
Returns
~~~~~~~
:ref:`PRStatus`.