﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3245	_MemVirtualAllocEx - pointer types	francoiste		"in the Memory.Au3 include file:

for ""_MemVirtualAlloc()"" it should read:
{{{
Local $aResult = DllCall(""kernel32.dll"", ""UINT"", ""VirtualAlloc"", ""UINT"", $pAddress, ""ulong_ptr"", $iSize, ""dword"", $iAllocation, ""dword"", $iProtect)
}}}

for ""_MemVirtualAllocEx()"" it should read:
{{{
Local $aResult = DllCall(""kernel32.dll"", ""UINT"", ""VirtualAllocEx"", ""handle"", $hProcess, ""UINT"", $pAddress, ""ulong_ptr"", $iSize, ""dword"", $iAllocation, ""dword"", $iProtect)
}}}
"	Bug	closed		AutoIt	3.3.14.2	None	Completed		
