CursorHandle Property
Gets the native Message Queuing cursor handle used to browse messages in the queue.
Syntax
'Declaration Public ReadOnly Property CursorHandle As IntPtr
'Usage Dim instance As MessageEnumerator Dim value As IntPtr value = instance.CursorHandle
public IntPtr CursorHandle {get;}
Property Value
The native cursor handle.Exceptions
Exception | Description |
---|---|
MessageQueueException | The handle does not exist. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also