search for: lplpk

Displaying 1 result from an estimated 1 matches for "lplpk".

Did you mean: gplpv
2007 Sep 25
2
Using callbacks with ReadFileEx
...some of the prototype declarations for windows-pr. The callback parameters will now need to be set to ''K''. ReadFileEx is one example of this. For purposes of my question, let''s assume ReadFileEx has been declared like so: API.new(''ReadFileEx'', ''LPLPK'', ''B'') Now that we have callback support in win32-api, I thought I''d give asynchronous IO a shot. Problem is, I''m not sure how to do it in this case. What I would like is for the user to be able to provide a block, and have that block called once the re...