﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3813	_MemGlobalRealloc	matwachich@…	Jpm	"Everything is in the title: It seems that this functions is laking from the Memory standard UDF.

Here is an implementation:
{{{
Func _MemGlobalRealloc($hMemory, $iBytes, $iFlags = 0)
	Local $aResult = DllCall(""kernel32.dll"", ""handle"", ""GlobalReAlloc"", ""handle"", $hMemory, ""uint_ptr"", $iBytes, ""uint"", $iFlags)
	If @error Then Return SetError(@error, @extended, 0)
	Return $aResult[0]
EndFunc
}}}
"	Feature Request	closed	3.3.15.4	Standard UDFs		None	Completed		
