5 lines
112 B
Text
5 lines
112 B
Text
MyMutex=CreateMutex()
|
|
Result = TryLockMutex(MyMutex)
|
|
LockMutex(MyMutex)
|
|
UnlockMutex(MyMutex)
|
|
FreeMutex(MyMutex)
|