8 references to MESSAGE_PROPID_ADMIN_QUEUE_LEN
System.Messaging (8)
System\Messaging\Message.cs (8)
124
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_ADMIN_QUEUE_LEN
, DefaultQueueNameSize);
341
if (properties.GetUI4(NativeMethods.
MESSAGE_PROPID_ADMIN_QUEUE_LEN
) != 0)
344
properties.GetUI4(NativeMethods.
MESSAGE_PROPID_ADMIN_QUEUE_LEN
));
364
properties.Remove(NativeMethods.
MESSAGE_PROPID_ADMIN_QUEUE_LEN
);
2091
int size = properties.GetUI4(NativeMethods.
MESSAGE_PROPID_ADMIN_QUEUE_LEN
);
2184
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_ADMIN_QUEUE_LEN
, queueFormatName.Length);
2294
if (properties.GetUI4(NativeMethods.
MESSAGE_PROPID_ADMIN_QUEUE_LEN
) == 0)
2297
this.properties.Ghost(NativeMethods.
MESSAGE_PROPID_ADMIN_QUEUE_LEN
);