﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
320	_WinNet_EnumResource Bug. + Fix.	arcker	Gary	"When try using the function _WinNet_EnumResource, error 487 is returned.

the problem is on those lines in the function, in WinNet.au3 :


{{{
$pCount = DllStructGetPtr(DllStructGetData($tData, ""Count""))
	$pBufSize = DllStructGetPtr(DllStructGetData($tData, ""BufSize""))
}}}

the good code is :


{{{
$pCount = DllStructGetPtr($tData, ""Count"")
$pBufSize = DllStructGetPtr($tData, ""BufSize"")
}}}

arcker."	Bug	closed	3.2.13.0	Standard UDFs	3.2.12.0	None	Fixed		
