Modify

Opened 18 years ago

Closed 18 years ago

#320 closed Bug (Fixed)

_WinNet_EnumResource Bug. + Fix.

Reported by: arcker Owned by: Gary
Milestone: 3.2.13.0 Component: Standard UDFs
Version: 3.2.12.0 Severity: None
Keywords: Cc:

Description

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.

Attachments (0)

Change History (2)

comment:1 by TicketCleanup, 18 years ago

Milestone: Future Release
Severity: BlockingNone

Automatic ticket cleanup.

comment:2 by Gary, 18 years ago

Milestone: 3.2.13.0
Resolution: Fixed
Status: newclosed

Fixed in version: 3.2.13.0

Modify Ticket

Action
as closed The owner will remain Gary.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.