[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-08-24 19:39:16
|
Patches item #794284, was opened at 2003-08-24 14:39 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=794284&group_id=78018 Category: None Group: None Status: Open Resolution: None 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=794284&group_id=78018 |