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