3 references to MQ_LOOKUP_RECEIVE_CURRENT
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqDefaultLockingQueue.cs (2)
234MsmqTransactionMode.CurrentOrThrow, UnsafeNativeMethods.MQ_LOOKUP_RECEIVE_CURRENT); 390retCode = UnsafeNativeMethods.MQReceiveMessageByLookupId(handle, lookupId, UnsafeNativeMethods.MQ_LOOKUP_RECEIVE_CURRENT,
System\ServiceModel\Channels\MsmqQueue.cs (1)
444return this.TryReceiveByLookupId(lookupId, message, transactionMode, UnsafeNativeMethods.MQ_LOOKUP_RECEIVE_CURRENT);