There are portions in the header file mq.h which deal with Windows XP:
#if (_WIN32_WINNT >= 0x0501)
so I thought that MSMQ 3.0 is supported. But the structs
MQMGMTPROPS and MGMTPROPID are missing and for example the id PROPID_MGMT_MSMQ_PRIVATEQ.
Are these definitions forgotten?
I do not like to mix SDK headers with Pelles.