Changes between Initial Version and Version 3 of Ticket #3889


Ignore:
Timestamp:
06/02/22 11:11:48 (2 years ago)
Author:
mLipok
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3889

    • Property Owner set to Jpm
    • Property Status changed from new to assigned
  • Ticket #3889 – Description

    initial v3  
    22ret= 0 @error=0
    33
    4 {{{
     4{{{#!autoit
    55#include <WinAPIError.au3>
    66
     
    2121ConsoleWrite('  iRet = ' & $iRet & @TAB & "  @error = " & $iError & @TAB & "  @extended = " & $iExtended & @TAB)
    2222ConsoleWrite("  GetLastError = " & $iGetLastError & @TAB & '  GetErrorMessage = "' & $sGetErrorMessage & '"' & @CRLF )
    23 
    2423}}}