April 26, 2006

System Error Codes

Filed under: General,Scripting — Marcus Tettmar @ 10:31 am

Someone asked recently how to get information on what certain error codes mean. Most of the error codes returned by Macro Scheduler functions are actually standard Windows return codes. E.g. the result of a WriteLn or ReadLn operation or the Run Program command is a standard Windows error code.

Windows System Error codes are documented in the Win32 SDK documentation and can also be found on Microsoft’s site here.

I’ve also posted this link in Scripts & Tips.