Modify ↓
#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 , on May 26, 2008 at 12:00:29 PM
| Milestone: | Future Release |
|---|---|
| Severity: | Blocking → None |
comment:2 by , on May 26, 2008 at 1:27:52 PM
| Milestone: | → 3.2.13.0 |
|---|---|
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed in version: 3.2.13.0
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.