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 RTRTHLockSharedMemPartitionFunction RTRTHLockSharedMemPartition attempts to acquires a lock associated with each shared memory partition: int RTRTHLockSharedMemPartition(void * Partition, int Timeout); ParametersPartitionPointer to the the shared memory partition returned by RTRTHOpenSharedMemPartition. TimeoutMaximum number of milliseconds to wait for the lock to become available. return valueZero if acquiring the lock was successful and a negative error code if the partition was not found (-1) or the timeout has expired (-2). Function RTRTHCloseSharedMemPartition Function RTRTHUnlockSharedMemPartition
|