hello,
i need to replace the default message id with a specific requirement. I understand the byte concept etc, but how do I actually change the value in c? I know MQMI_NONE sets it to the default.
memcpy(md.MsgId, MQMI_NONE, sizeof(md.MsgId) );
How would I now insert my own value...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.