Bohban Posted August 23, 2013 Posted August 23, 2013 Hi anyone can help me?what's the task of second parameter of DllStructCreate function?For example... what is the corresponding code in c++ of this line: DllStructCreate("int var1;",$pointer) ????
trancexx Posted August 23, 2013 Posted August 23, 2013 (edited) That's the address of memory space you want to make structure at. The closest in C++ it would be operator reinterpret_cast. Edited August 23, 2013 by trancexx ♡♡♡ . eMyvnE
FireFox Posted August 23, 2013 Posted August 23, 2013 Hi,Welcome to the autoit forum The examples for the DllStruct functions are remade in the beta helpfile.Br, FireFox.
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