[pywin32-bugs] [ pywin32-Bugs-1058686 ] PyPumpWaitingMessages return 0 if no messages
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2004-11-03 16:02:34
|
Bugs item #1058686, was opened at 2004-11-02 14:40 Message generated for change (Comment added) made by abondarenko You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1058686&group_id=78018 Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Andrey Bondarenko (abondarenko) Assigned to: Nobody/Anonymous (nobody) Summary: PyPumpWaitingMessages return 0 if no messages Initial Comment: According documentation PumpWaitingMessages will return 0 only if WM_QUIT have received. I've found that win32gui.PumpWaitingMessages return 0 if there was no messages in queue. In file win32gui.i in definition of PyPumpWaitingMessages defined "long result = 0". If messages haven't received, result will not altered, so function will return 0. ---------------------------------------------------------------------- >Comment By: Andrey Bondarenko (abondarenko) Date: 2004-11-03 21:02 Message: Logged In: YES user_id=1150380 Sorry my mistake ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1058686&group_id=78018 |