linxpsoft / delphi-iocp-framework

Automatically exported from code.google.com/p/delphi-iocp-framework
0 stars 0 forks source link

DeleteTimerQueueEx #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
at Iocp.TimerQueue.Pas, you called
  DeleteTimerQueueEx(FTimerQueueHandle, 0);

I think may be changed to :
  DeleteTimerQueueEx(FTimerQueueHandle, INVALID_HANDLE_VALUE);

http://technet.microsoft.com/zh-cn/subscriptions/ms682568.aspx

Original issue reported on code.google.com by Hezihang...@gmail.com on 11 Jul 2013 at 8:08