layer Posted June 22, 2005 Posted June 22, 2005 how many bytes are there in TCHARs? thanks :"> FootbaG
Ejoc Posted June 22, 2005 Posted June 22, 2005 typedef char TCHAR; So 1 Start -> Programs -> AutoIt v3 -> AutoIt Help File -> Index -> (The Function you are asking about)----- Links -----DllStruct UDFsRSA Crypto UDFs
layer Posted June 23, 2005 Author Posted June 23, 2005 Thanks! If you're wondering, I'm making a file called "Console.au3" which will have hopefully usefull console commands using Dll*** functions... FootbaG
layer Posted June 23, 2005 Author Posted June 23, 2005 (edited) Currently, I have:_ConsoleCreate() _ConsoleSetTitle($szTitle) _CosnoleGetHandle() _ConsoleFree()working... I have these 3 that do NOT work:_ConsoleCreateScrBuff() _ConsoleGetStdHandle($vDevice) _ConsoleFillBlock($handle, $szChar, $iLength, $X, $Y) _ConsoleGetTitle() _ConsoleProcessList()I still have a lot I can do, just gotta do them... But that's all I had time for tonight I'll have more functions hopefully tomorrow for more complex situations EDIT: Added _ConsoleGetTitle and _ConsoleProcessList() to the "do not work" list... I'll get em working tomorrow... Hopefully! Edited June 23, 2005 by layer FootbaG
layer Posted June 23, 2005 Author Posted June 23, 2005 very cool. good luck with that.<{POST_SNAPBACK}>Thanks! Going to bed now... FootbaG
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