Home |
RTTarget-32 Programming Manual System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) Advanced Configuration and Power Interface (ACPI) Tables Function RTRTHOpenSharedMemPartition Function RTRTHCloseSharedMemPartition Function RTRTHLockSharedMemPartition Function RTRTHUnlockSharedMemPartition |
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. Function RTRTHOpenSharedMemPartition Function RTRTHLockSharedMemPartition
|