How Can I Use API Commands which Return a String Given Inside the Functions Parameters. E.g.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/findexecutable.asp
The value is apparently returned in the placeholder "return" in the function.
How can I read the data being output to the placeholder? - I think I have to use memory banks. Could someone please explain and possible write a sample script to read the output in blitz?
Thanks in advance
Seb
.lib "shell32.dll" FindExecutable%(file$,directory$,return):"FindExecutableA"
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/findexecutable.asp
The value is apparently returned in the placeholder "return" in the function.
How can I read the data being output to the placeholder? - I think I have to use memory banks. Could someone please explain and possible write a sample script to read the output in blitz?
Thanks in advance
Seb