|
|
@ -69,7 +69,7 @@ MSG_Q_ID msgQCreate(int maxMsgs, int maxMsgLength, int options); |
|
|
|
STATUS msgQDelete(MSG_Q_ID msgQId); |
|
|
|
STATUS msgQSend(MSG_Q_ID msgQId, char *buffer, UINT nBytes, |
|
|
|
int timeout, int priority); |
|
|
|
int msgQReceive(MSG_Q_ID msgQId, char *buffer, UINT maxNBytes, |
|
|
|
ssize_t msgQReceive(MSG_Q_ID msgQId, char *buffer, UINT maxNBytes, |
|
|
|
int timeout); |
|
|
|
STATUS msgQInfoGet(MSG_Q_ID msgQId, MSG_Q_INFO *pInfo); |
|
|
|
int msgQNumMsgs(MSG_Q_ID msgQId); |
|
|
|