Search found 3 matches

by aalphaa
31 Mar 2024, 20:32
Forum: Ask for Help (v2)
Topic: How to get the structure data from the pointer returned Topic is solved
Replies: 4
Views: 177

Re: How to get the structure data from the pointer returned Topic is solved

@just me Thanks.
I tried other parameter combinations such as
p := DllCall("libcurl-x64\curl_version", "ptr")
s := NumGet(p, "char")
or s := NumGet(p, "int")
or s := StrGet(p, "CP0")
and got the following errors
Critical Error: Invalid memory read/write.What could be wrong?
by aalphaa
29 Mar 2024, 22:43
Forum: Ask for Help (v2)
Topic: How to get the structure data from the pointer returned Topic is solved
Replies: 4
Views: 177

How to get the structure data from the pointer returned Topic is solved

autohotkey v2 x64 p := DllCall("libcurl-x64\curl_version", "Ptr") How to get the string from p? I already know str := DllCall("libcurl-x64\curl_version", "Astr") After this call, str is the correct version string. How to get the structure data from the pointer returned by the structure pointer of au...

Go to advanced search