![]() |
Home |
|
Function RTRTHCloseSharedMemPartitionFunction RTRTHCloseSharedMemPartition closes and unmaps a shared memory area previously opened with RTRTHOpenSharedMemPartition: void RTRTHCloseSharedMemPartition(void * Partition); ParametersPartitionPointer to the the shared memory partition returned by RTRTHOpenSharedMemPartition. This function unmaps the shared memory from the virtual address space. It is not required to close all shared memory partitions before the program terminates.
|