lainai Posted July 18, 2009 Posted July 18, 2009 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?
BugFix Posted July 18, 2009 Posted July 18, 2009 The DLL is a custom DLLIf 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now