Lines Matching refs:SQmsg
121 void convertMsgText(HMSG SQmsg, s_message *msg) in convertMsgText() argument
127 ctrlLen = MsgGetCtrlLen(SQmsg); in convertMsgText()
129 MsgReadMsg(SQmsg, NULL, 0, 0, NULL, ctrlLen, ctrlBuff); in convertMsgText()
136 msg->textLength = MsgGetTextLen(SQmsg); /* including zero termination??? */ in convertMsgText()
141 MsgReadMsg(SQmsg, NULL, 0, msg->textLength, (UCHAR *) msg->text+ctrlLen, 0, NULL); in convertMsgText()
401 int packMsg(HMSG SQmsg, XMSG *xmsg, s_area *area) in packMsg() argument
417 convertMsgText(SQmsg, &msg); in packMsg()
477 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
499 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
522 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
572 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()
626 if (0!=MsgWriteMsg(SQmsg, 0, xmsg, NULL, 0, 0, 0, NULL)) in packMsg()