1 type derived from LocatorHandle
System.Messaging (1)
System\Messaging\Interop\SafeHandles.cs (1)
108
sealed class InvalidLocatorHandle :
LocatorHandle
8 references to LocatorHandle
System.Messaging (8)
System\Messaging\Interop\SafeHandles.cs (1)
87
public static readonly
LocatorHandle
InvalidHandle = new InvalidLocatorHandle();
System\Messaging\Interop\SafeNativeMethods.cs (1)
88
public static extern int MQLocateNext(
LocatorHandle
enumHandle, ref int propertyCount, [Out] MQPROPVARIANTS[] variantArray);
System\Messaging\Interop\UnsafeNativeMethods.cs (2)
121
private static extern int IntMQLocateBegin(string context, Restrictions.MQRESTRICTION Restriction, Columns.MQCOLUMNSET columnSet, IntPtr sortSet, out
LocatorHandle
enumHandle);
122
public static int MQLocateBegin(string context, Restrictions.MQRESTRICTION Restriction, Columns.MQCOLUMNSET columnSet, out
LocatorHandle
enumHandle)
System\Messaging\MessageQueueEnumerator.cs (4)
32
private
LocatorHandle
locatorHandle = System.Messaging.Interop.
LocatorHandle
.InvalidHandle;
131
LocatorHandle
Handle
148
LocatorHandle
enumHandle;