IsOpen
MSMQQueue

Read-only. The IsOpen property indicates whether or not the queue is open.

Type: Boolean
Run time: read-only

Syntax

object.IsOpen
 
Syntax Element Description
object Queue (MSMQQueue) object that represents an instance of the queue.

Return Values

TRUE
The queue is open.
FALSE
The queue is not open.

Remarks

IsOpen is TRUE only if Handle <> INVALID_HANDLE_VALUE.

QuickInfo

  Windows NT: Requires version 4.0 SP3 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in mqoai.h.
  Import Library: Use mqoa.lib.
  Unicode: Defined only as Unicode.

See Also

Create, Label, MSMQQueue, MSMQQueueInfo, Open, PathName