Modify ↓
Opened 16 years ago
Closed 16 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 Changed 16 years ago by TicketCleanup
- Milestone Future Release deleted
- Severity changed from Blocking to None
comment:2 Changed 16 years ago by Gary
- Milestone set to 3.2.13.0
- Resolution set to Fixed
- Status changed from new to closed
Fixed in version: 3.2.13.0
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Automatic ticket cleanup.