Share via


aPropID (Windows CE 5.0)

Send Feedback

This structure is an array used to specify queue, message, and machine property identifiers. It is used to identify which properties are specified for a call.

MSMQ defines three types of property identifiers: QUEUEPROPID for queue properties, MSGPROPID for message properties, and QMPROPID for machine properties.

typedef PROPID MSGPROPID
typedef PROPID QUEUEPROPID
typedef PROPID QMPROPID

An aPropID array is used in the following property structures: MQQUEUEPROPS, MQMSGPROPS, and MQQMPROPS.

Position i in this array contains the identifier for the property whose value and status are in position i in the corresponding aPropVar and aStatus arrays, respectively.

Requirements

OS Versions: Windows CE 2.0 and later. Versions prior to 2.12 require the MSMQ add-on pack.
Header: Mq.h.

See Also

aPropVar | aStatus | MQMSGPROPS | MQQMPROPS | MQQUEUEPROPS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.