MSMQQueue.Access (Windows CE 5.0)

Send Feedback

This read-only property provides the access rights of the queue.

HRESULT get_Access( long* plAccess);

Parameters

  • plAccess
    Access rights of the queue. The following table shows the possible values.
    Value Description
    MQ_SEND_ACCESS Messages can only be sent to the queue.
    MQ_PEEK_ACCESS Messages can only be looked at. They cannot be removed from the queue.
    MQ_RECEIVE_ACCESS Messages can be taken out of the queue or peeked at.

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 Access property returns the access rights specified when the queue was last opened, regardless of whether the queue is open or closed.

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.