Changes between Initial Version and Version 1 of Ticket #2326, comment 1


Ignore:
Timestamp:
Mar 18, 2013, 8:22:34 AM (13 years ago)
Author:
J-Paul Mesnage

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2326, comment 1

    initial v1  
    33{{{
    44        Local $aRes = DllCall("comdlg32.dll", "bool", "GetSaveFileNameW", "struct*", $tOFN) ; Correction #1 - Added "Local $aRes ="
    5         If @error Or Not $aRet[0] Then Return SetError(@error + 10, @extended, $aFiles)
    6 }}} ; Correction 2
     5        If @error Or Not $aRet[0] Then Return SetError(@error + 10, @extended, $aFiles) ; Correction 2
     6}}}
     7
    78It will leave the caller script the decisio to call to_WinAPI_CommDlgExtendedError() as your reproscript is doing.
    89