I have my own overlapped structure for asynchronous IO using IO Completion ports.
Now i get notification for read / write completions. Can i pass a CALLBACK function as a parameter in the overlapped structure?
This will allow me to specify various callback functions based on the type of overlapped structure i passed
Has anybody had any luck with this?