Pelles C forum

Pelles C => General discussions => Topic started by: czerny on August 13, 2014, 11:32:01 AM

Title: MQMGMTPROPS and MGMTPROPID missing in mq.h
Post by: czerny on August 13, 2014, 11:32:01 AM
There are portions in the header file mq.h which deal with Windows XP:
Code: [Select]
#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.