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

Converting from hwnd to string

$
0
0
I have this piece of code

[ autoit ]      
$MapView = DllCall($hDll, [b]"str"[/b], "MapViewOfFile", _                 "hwnd", $hFile[0], _                 "dword", $FILE_MAP_WRITE, _                 "dword", 0, _                 "dword", 0, _                 "dword", 0)


Now "str" should be "hwnd" but if I do, I cannot read the returned string.
In Autoit, is there a manual conversion function which can "cast" or convert a variant into a string?

Viewing all articles
Browse latest Browse all 12506

Trending Articles



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