1
0
Fork 0
firefox/docs/nspr/reference/pr_closesharedmemory.rst
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

32 lines
384 B
ReStructuredText

PR_CloseSharedMemory
====================
Closes a shared memory segment identified by name.
Syntax
------
.. code::
#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`.