Share via


MSMQQueueInfo.IsWorldReadable (Windows Embedded CE 6.0)

1/6/2010

This read-only property indicates whether everyone can read the messages in the queue.

This property is superseded by the MSMQQueueInfo.IsWorldReadable2 property (introduced in MSMQ 3.0).

Syntax

HRESULT get_IsWorldReadable( 
  Boolean* pisWorldReadable 
);

Parameters

  • pisWorldReadable
    Indicates whether everyone can read the messages in the queue.

Return Value

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

Message Queuing initially sets this property based on the IsWorldReadable parameter of the MSMQQueueInfo.Create method.

After the queue is created, Message Queuing resets IsWorldReadable when the security descriptor of the queue is changed to allow or disallow read access to everyone.

For information on security descriptors and access control, see COM Access Control.

This property has no effect on sending messages to the queue.

Ee500246.collapse(en-US,WinEmbedded.60).gifEquivalent Function Property

There is no equivalent function property for this property.

Requirements

Header mqoai.h
Library mqoa.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

MSMQQueueInfo