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 RTRTHUnlockSharedMemPartitionFunction RTRTHUnlockSharedMemPartition releases a lock previously acquired with RTRTHLockSharedMemPartition: void RTRTHUnlockSharedMemPartition(void * Partition); ParametersPartitionPointer to the the shared memory partition returned by RTRTHOpenSharedMemPartition. Function RTRTHLockSharedMemPartition
|