adamgal Posted April 18, 2005 Posted April 18, 2005 alot of functions described in msdn need a buffer to hold the returned values (like functions that return a list), is there any way to use dllcall and get that information for use in the script (usually you are supposed to supply the function with a pointer to a buffer or something) thanks
Developers Jos Posted April 18, 2005 Developers Posted April 18, 2005 alot of functions described in msdn need a buffer to hold the returned values (like functions that return a list), is there any way to use dllcall and get that information for use in the script (usually you are supposed to supply the function with a pointer to a buffer or something)thanks<{POST_SNAPBACK}>Values get returned in the Array ....Maybe you can give an example ? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
adamgal Posted April 18, 2005 Author Posted April 18, 2005 Values get returned in the Array ....Maybe you can give an example ?<{POST_SNAPBACK}>for instance GetKeyboardLayoutList
Developers Jos Posted April 18, 2005 Developers Posted April 18, 2005 for instance GetKeyboardLayoutList<{POST_SNAPBACK}>Don't think that "pointers to array" as return value is supported in DllCall ... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
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