[pywin32-bugs] [ pywin32-Bugs-787974 ] PyGetCounterInfo() fails on XP
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2003-08-13 11:22:55
|
Bugs item #787974, was opened at 2003-08-13 11:09 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=787974&group_id=78018 Category: win32 Group: None Status: Open Resolution: None Priority: 5 Submitted By: Ian Parker (ianparker) Assigned to: Nobody/Anonymous (nobody) Summary: PyGetCounterInfo() fails on XP Initial Comment: PyGetCounterInfo() in win32pdh needs the same fix as previously made to PyEnumObjectItems(). The return from the call to pPdhGetCounterInfo to obtain the buffer size is PDH_MORE_DATA on XP instead of zero. Are ther any more call with this problem? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=787974&group_id=78018 |