Retrieving MSMQQueueInfo.ModifyTime (Windows CE 5.0)

Send Feedback

The date and time when the queue was last modified is set by Message Queuing.

You must call MSMQQueueInfo.Refresh before attempting to retrieve this property.

**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.ModifyTime

  1. Declare the MSMQQueueInfo variable for the queue.

  2. Obtain an MSMQQueueInfo object.

  3. Call MSMQQueueInfo.Refresh to update the local properties of the queue object.

    MSMQQueueInfo.ModifyTime is a read-only property set when the properties of the queue are changed.

  4. Use MSMQQueueInfo.ModifyTime as needed.

See Also

MSMQ Application Development | MSMQ COM Support | Using the COM Components | MSMQ Security

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.