非官方的 TWaitableTimer 类
摘要: unit WTimer;interfaceuses Windows, SysUtils, SyncObjs;type TWaitableTimer = class(TSynchroObject) protected FHandle: THandle; FPeriod: LongInt; FDueTime: TDateTime; FLastError: Integer; FLongTime: ...
阅读全文
posted @
2009-02-19 15:27 万一 阅读(997) |
评论 (3)