Jump to content

Recommended Posts

Posted (edited)

I want to use the winsock overlapped/completion routine method of i/o, but how do I get the pointer to my user function.  I know it is possible because when using the old method of windows messages, the user function name was used instead of a pointer.

Edited by Rabu
Posted (edited)

Discovered the AutoIt function "DllCallbackRegister", it worked fine. Although had to use the Win32 API, SleepEx function to place script in an alertable state so Callback routine could be alerted to events.

Edited by Rabu

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...