5 references to MESSAGE_PROPID_DEST_QUEUE_LEN
System.Messaging (5)
System\Messaging\Message.cs (5)
188
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_DEST_QUEUE_LEN
, DefaultQueueNameSize);
874
if (this.properties.GetUI4(NativeMethods.
MESSAGE_PROPID_DEST_QUEUE_LEN
) != 0)
877
properties.GetUI4(NativeMethods.
MESSAGE_PROPID_DEST_QUEUE_LEN
));
2112
int size = properties.GetUI4(NativeMethods.
MESSAGE_PROPID_DEST_QUEUE_LEN
);
2269
this.properties.Ghost(NativeMethods.
MESSAGE_PROPID_DEST_QUEUE_LEN
);