Retrieving MSMQQueueInfo.PrivLevel (Windows CE 5.0)
The privacy level of a queue (MSMQQueueInfo.PrivLevel) specifies whether the queue accepts private (encrypted) messages, non-private messages, or both.
By default a queue accepts both private and non-private messages.
**Note **If your application does not have MQSEC_GET_QUEUE_PROPERTIES access rights for the queue, an MQ_ERROR_ACCESS_DENIED error is returned to MSMQQueueInfo.Refresh.
To retrieve MSMQQueueInfo.PrivLevel
- Declare the MSMQQueueInfo variable for the queue.
- Obtain an MSMQQueueInfo object.
- (Optional) Call MSMQQueueInfo.Refresh if other applications may have changed the privacy level of the queue.
- Use MSMQQueueInfo.PrivLevel as needed.
See Also
MSMQ Application Development | MSMQ COM Support | Using the COM Components | MSMQ Security
Send Feedback on this topic to the authors