![]() |
Home |
|
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).
|