5 references to QUEUE_PROPID_MODIFY_TIME
System.Messaging (5)
System\Messaging\MessageQueue.cs (3)
793
Properties.SetI4(NativeMethods.
QUEUE_PROPID_MODIFY_TIME
, 0);
795
this.lastModifyTime = time.AddSeconds(properties.GetI4(NativeMethods.
QUEUE_PROPID_MODIFY_TIME
)).ToLocalTime();
797
Properties.Remove(NativeMethods.
QUEUE_PROPID_MODIFY_TIME
);
System\Messaging\MessageQueueCriteria.cs (2)
260
restrictions.AddI4(NativeMethods.
QUEUE_PROPID_MODIFY_TIME
, Restrictions.PRGT, ConvertTime(this.modifiedAfter));
262
restrictions.AddI4(NativeMethods.
QUEUE_PROPID_MODIFY_TIME
, Restrictions.PRLE, ConvertTime(this.modifiedBefore));