System.Messaging Reference (Document! X Sample)
CursorHandle Property



System.Messaging Namespace > MessageEnumerator Class : 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;}
public:
property IntPtr CursorHandle {
   IntPtr get();
}

Property Value

The native cursor handle.
Exceptions
ExceptionDescription
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

Reference

MessageEnumerator Class
MessageEnumerator Members