Bug 1885489 - Part 9: Add SnapshotIterator::readObject(). r=iain
[gecko.git] / docs / nspr / reference / pr_deletesharedmemory.rst
blob3e39bd6e04f7de06601b5f970eada93658d0ead2
1 PR_DeleteSharedMemory
2 =====================
4 Deletes a shared memory segment identified by name.
7 Syntax
8 ------
10 .. code::
12    #include <prshm.h>
14    NSPR_API( PRStatus )
15      PR_DeleteSharedMemory(
16         const char *name
17    );
20 Parameter
21 ~~~~~~~~~
23 The function has these parameter:
25 shm
26    The handle returned from :ref:`PR_OpenSharedMemory`.
29 Returns
30 ~~~~~~~
32 :ref:`PRStatus`.