ctThrdQueueWrite Write a queue message. Short Name ctThrdQueueWrite() Type Threading function Declaration NINT ctThrdQueueWrite(NINT qid, pVOID message, NINT msglen) Description Write a queue message to the end of the queue specified by queue handle qid. It is permissible for the message to be NULL and/or the msglen to be zero. Return
See c-tree Plus Error Codes for a complete listing of valid c-tree Plus error values. Example See ctmtap.c for ctThrdQueueWrite() examples. Limitations Can only be used with a ctThrd library. See also ctThrdQueueClose(), ctThrdQueueCount(), ctThrdLIFOWrite(), ctThrdQueueMlen(), ctThrdQueueRead(), ctThrdQueueOpen() |
||||||||||||||||||