0 | NO_ERROR | Operation successful |
6 | ERROR_INVALID_HANDLE | Error, The value in phmuxSemaphore 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, Both pszSemaphoreName and phmuxSemaphore may be NULL |
105 | ERROR_SEM_OWNER_DIED | Error, The owner of the semaphore has died without freeing the semaphore |
289 | ERROR_PARAM_TOO_SMALL | Error, The value pointed to by pulSemaphoreRecords is too small |
Relevant Structures
Gotchas
The process calling DosQueryMuxWaitSem must first obtain access to
the semaphore in question or ERROR_INVALID_HANDLE will be returned.
Last modified July 21/1996
Please send all errors, comments, and suggestions to:
timur@vnet.ibm.com
The OS/2 API Project |
DosQueryMuxWaitSem |