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