Tracker: Feature Requests

5 Feature request: ReadFileEx/WriteFileEx - ID: 3590111
Last Update: Comment added ( rupole )

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.


Jan-Philip Gehrcke ( gurke111 ) - 2012-11-26 08:42:50 PST

5

Open

None

Nobody/Anonymous

None

None

Public


Comment ( 1 )

Date: 2012-11-28 16:28:42 PST
Sender: rupoleSourceForge.net Subscriber

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.



Attached File

No Files Currently Attached

Change ( 1 )

Field Old Value Date By
data_type 551957 2012-11-28 16:28:42 PST rupole