aPropID

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

Runs on Versions Defined in Include Link to
Windows CE OS 2.0 and later. Versions prior to 2.12 require the MSMQ add-on pack. Mq.h Mq.h  

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

aPropVar, aStatus, MQMSGPROPS, MQQMPROPS, MQQUEUEPROPS

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.