The SEM_RELEASE procedure releases the lock on the specified semaphore held by the current IDL process. If the current IDL process does not own the lock on the specified semaphore, this routine returns quietly.
SEM_RELEASE, strName
The name associated with the semaphore. This is the name used when creating the semaphore (SEM_CREATE).
Note: Semaphore names must be 24 characters or less on Macintosh platforms.
None
See SEM_LOCK for an example using this function.
6.3 |
Introduced |