Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

How to passing char** in DllCall?

$
0
0
Does anyone can supply me a example for "passing char** in DllCall"?

I looked at the DllStructCreate and DllStructGetPtr, but it seems doesn't work correctly.

Code like that:

[ autoit ]      
 $FNStruct = DllStructCreate("char fns[128];") DllStructSetData($FNStruct, "fns", "test123456") DllCall($dll, "int:cdecl","TestXXX", "ptr", DllStructGetPtr($FNStruct))

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>