MQQMPROPS
A version of this page is also available for
4/8/2010
This structure describes a set of Queue Manager properties, including the following:
- The number of properties (cProp) in the set
- The identifier of each property (aPropID)
- The values (or placeholder for values) of each property (aPropVar)
This structure also provides an optional status array (aStatus) for errors (some properties do not return a status) associated with the property.
Syntax
typedef struct tagMQQMPROPS {
DWORD cProp;
QMPROPID aPropID[];
PROPVARIANT aPropVar[];
HRESULT aStatus[];
} MQQMPROPS;
Members
- cProp
Number of properties in the set.
aPropID
Property identifiers (for example, PROPID_Q_PATHNAME).For information about the structure, see aPropID.
aPropVar
Value of properties in the set.For information about the structure, see aPropVar.
aStatus
Optional. Returns errors that indicate the status of the properties in the set; for example, when a property cannot be set by the call.For information about the structure, see aStatus.
Note
OS Versions prior to 2.12 require the MSMQ add-on pack.
Requirements
Header | mq.h |
Windows Embedded CE | Windows CE 2.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
Note | Versions prior to 2.12 require the MSMQ add-on pack |