6 references to QUEUE_ACTION_PEEK_NEXT
System.Messaging (6)
System\Messaging\MessageEnumerator.cs (1)
163
int action = NativeMethods.
QUEUE_ACTION_PEEK_NEXT
;
System\Messaging\MessageQueue.cs (4)
2661
message = this.ReceiveCurrent(timeout, NativeMethods.
QUEUE_ACTION_PEEK_NEXT
, cursorHandle,
3071
if (action == NativeMethods.
QUEUE_ACTION_PEEK_NEXT
)
3797
if (this.action == NativeMethods.
QUEUE_ACTION_PEEK_NEXT
)
3904
if (this.action == NativeMethods.
QUEUE_ACTION_PEEK_NEXT
)
System\Messaging\PeekAction.cs (1)
18
Next = NativeMethods.
QUEUE_ACTION_PEEK_NEXT