﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1800	_ClipPutFile error 9	isolation		"Error in _ClipPutFile: ""GlobalFree"" returns 0 on success, but this is considered as an error.
See http://msdn.microsoft.com/en-us/library/aa366579%28VS.85%29.aspx

It always returns 9 as error... (Which is not described in the help files)

{{{
$aResult=DllCall(""kernel32.dll"",""ptr"",""GlobalFree"",""handle"",$hGlobal)
If (@error Or Not $aResult[0]) And Not $iError Then
     $iError = 9
     $iLastError = _WinAPI_GetLastError()
EndIf
}}}"	Bug	closed	3.3.7.0	AutoIt	3.3.6.1	None	Fixed	_ClipPutFile GlobalFree	
