0 | NO_ERROR | Semaphore opened successfully |
6 | ERROR_INVALID_HANDLE | Error, The value in phmtxSemaphore does not point to a valid semaphore |
8 | ERROR_NOT_ENOUGH_MEMORY | Error, The system memory limit has been exceeded |
87 | ERROR_INVALID_PARAMETER | Error, One or more parameters is not recognized, See parameters above |
105 | ERROR_SEM_OWNER_DIED | Error, The process that owns the semaphore has died before releasing it, DosQueryMutexSem can determine which process died |
123 | ERROR_INVALID_NAME | Error, The name pointed to by pszSemaphoreName has been rejected by the file system |
187 | ERROR_SEM_NOT_FOUND | Error, There is no semaphore with the name in pszSemaphoreName |
291 | ERROR_TOO_MANY_OPENS | Error, The usage count for the semaphore in question has exceeded the system limit of 65535 |
Last modified May 27/1996
Please send all errors, comments, and suggestions to:
timur@vnet.ibm.com
The OS/2 API Project |
DosOpenMutexSem |