Modify ↓
Opened 18 years ago
Closed 18 years ago
#172 closed Bug (Fixed)
StructureConstants.au3 - $tagREBARINFO
| Reported by: | Zedna | Owned by: | Gary |
|---|---|---|---|
| Milestone: | 3.2.11.3 | Component: | Standard UDFs |
| Version: | 3.2.10.0 | Severity: | |
| Keywords: | Cc: |
Description
Global Const $tagREBARINFO = DllStructCreate("uint cbSize;uint fMask;hwnd himl")
should be
Global Const $tagREBARINFO = "uint cbSize;uint fMask;hwnd himl"
It's used in GuiReBar.au3 --> Func _GUICtrlRebar_GetBarInfo($hWnd)
... Local $tINFO = DllStructCreate($tagREBARINFO) ...
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
| Component: | AutoIt → Standard UDFs |
|---|---|
| Owner: | set to |
comment:2 by , 18 years ago
| Milestone: | → 3.2.11.3 |
|---|---|
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in version: 3.2.11.3