2.3.1.12 PROPID_Q_PRIV_LEVEL

Value: 112

Variant type: VT_UI4

Description: Privacy level of the queue. MUST be one of the following values.

Value

Constant

0x00000000

MQ_PRIV_LEVEL_NONE

0x00000001

MQ_PRIV_LEVEL_OPTIONAL

0x00000002

MQ_PRIV_LEVEL_BODY

MQ_PRIV_LEVEL_NONE: The queue accepts only nonprivate (clear) messages.

MQ_PRIV_LEVEL_BODY: The queue accepts only private (encrypted) messages.

MQ_PRIV_LEVEL_OPTIONAL: The default. The queue does not enforce privacy. It accepts private (encrypted) messages and nonprivate (clear) messages.