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 Gary, 18 years ago

Component: AutoItStandard UDFs
Owner: set to Gary

comment:2 by Gary, 18 years ago

Milestone: 3.2.11.3
Resolution: Fixed
Status: newclosed

Fixed in version: 3.2.11.3

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.