MSMQQueue.QueueInfo (Windows CE 5.0)

Send Feedback

This read-only property retrieves the stored settings of the MSMQQueueInfo object used to open the queue.

HRESULT get_QueueInfo( MSMQQueue** ppinfo);

Parameters

  • ppinfo
    Stored settings of MSMQInfo object

Return Values

The following table describes the common return values.

Value Description
S_OK Success
E_INVALIDARG One or more arguments are invalid
E_NOTIMPL The function contains no implementation
E_OUTOFMEMORY Out of memory

Remarks

The QueueInfo property is used to access the settings of the MSMQQueueInfo object that were used to open the queue. These settings are stored in the directory service for public queues, and on the local computer for private queues.

This property is useful when you want access the settings of the MSMQQueueInfo object after the MSMQQueue object is passed as a parameter to another function or routine.

The MSMQQueueInfo object used to open the queue and the MSMQQueueInfo object of the QueueInfo property are two separate instances that represent the same queue.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Mqoai.h.
Link Library: Mqoa.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.