TSDestroySemaphore()
Syntax
TSDestroySemaphore(semaphore)
Description
Destroys a semaphore. Use this when you are finished with the semaphore object. You are responsible for making sure none of your threads try to access this semaphore after it has been destroyed.
Paramaters:
semaphore.l - The handle of the semaphore you want to destory. This must be a value which you got by using the TSCreateSemaphore() command.
Return value:
This command does not return a value.
Example:
See also:
TSCreateSemaphore()
Supported OS
Windows