MQMGMTPROPS and MGMTPROPID missing in mq.h

Started by czerny, August 13, 2014, 11:32:01 AM

Previous topic - Next topic

czerny

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.