Modify

#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, on Mar 16, 2008 at 8:21:36 PM

Component: AutoItStandard UDFs
Owner: set to Gary

comment:2 by Gary, on Mar 16, 2008 at 8:59:45 PM

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.