[pywin32-bugs] [ pywin32-Feature Requests-3590111 ] Feature request: ReadFileEx/WriteFileEx
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2012-11-29 00:28:43
|
Feature Requests item #3590111, was opened at 2012-11-26 08:42 Message generated for change (Comment added) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=3590111&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jan-Philip Gehrcke (gurke111) Assigned to: Nobody/Anonymous (nobody) Summary: Feature request: ReadFileEx/WriteFileEx Initial Comment: I was just happily working myself into the pywin32 package unitl I found that the main functions I need are not available: ReadFileEx/WriteFileEx I'll stick to a ctypes-based method for now. However, future users might be happy to see these functions. ---------------------------------------------------------------------- >Comment By: Roger Upole (rupole) Date: 2012-11-28 16:28 Message: I had looked at these a while back, and the reason I didn't wrap them is the lack of a way to pass a python function to the callback. Most of these types of callbacks have an extra "context" arg - a void pointer that we can use for that purpose. However, this one doesn't provide for a context. Maybe we could associate the callback with the file handle or the Overlapped object. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=3590111&group_id=78018 |