Jump to content

Passing data from a DLL to an autoit script


Recommended Posts

I need to find a viable method of transferring data I have in a DLL to my autoit script. The DLL is a custom DLL that hooks the WinSock API on the autoit script and then monitors the data, I had to go through this method because the data I'm trying to monitor is from a Flash COM Object. So I have no control over the data that gets sent.

So how do I send data from a DLL to an autoit script?

Link to comment
Share on other sites

The DLL is a custom DLL

If you know functions and parameters in this dll you can try this dll-call in autoit.

Read in help: DllCall, DllStructureSetData, DllStructureGetData and so on.

Best Regards BugFix  

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...