﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
619	_GuiCtrlListView_SetItemSelected Problem (confirmed problem)	anonymous	Gary	"Here was the original bug report -

In function _GUICtrlListView_SetItemSelected，has memory problem

$pMemory = _MemInit($hWnd, $iSize, $tMemMap)
_MemWrite($tMemMap, $pItem, $pMemory, $iSize)
$iResult = _SendMessage($hWnd, $LVM_SETITEMSTATE, $iIndex, '''$pItem''', 0, ""wparam"", ""ptr"")
_MemFree($tMemMap)

Where $pItem should be changed to $pMemory.

I confirmed the problem under Vista.  Unless $pMemory is used, this function fails to set desktop items selected.  Under XP I seem to remember it crashing explorer as well, but I can't re-test that."	Bug	closed	3.2.13.10	Standard UDFs	3.2.13.9	None	Fixed		
