Modify

Opened 16 years ago

Closed 16 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 Changed 16 years ago by Gary

  • Component changed from AutoIt to Standard UDFs
  • Owner set to Gary

comment:2 Changed 16 years ago by Gary

  • Milestone set to 3.2.11.3
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed in version: 3.2.11.3

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.

Add Comment

Modify Ticket

Action
as closed The owner will remain Gary.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.