[pywin32-bugs] [ pywin32-Patches-794284 ] RegEnumKeyEx and RegNotifyChangeKeyValue
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2003-10-18 06:18:22
|
Patches item #794284, was opened at 2003-08-25 05:39 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=794284&group_id=78018 Category: None Group: None >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Roger Upole (rupole) Assigned to: Nobody/Anonymous (nobody) Summary: RegEnumKeyEx and RegNotifyChangeKeyValue Initial Comment: RegEnumKeyEx operates differently from RegEnumKey in that it returns the full list of subkeys with a single call. RegNotifyChangeKeyValue doesn't require that the event handle parameter should be None when asynch is false, but the event handle is ignored by the api call in this case and will never be signalled. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2003-10-18 15:58 Message: Logged In: YES user_id=14198 Checked in - thanks. Checking in win32apimodule.cpp; new revision: 1.25; previous revision: 1.24 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=794284&group_id=78018 |