Modify

Opened 14 years ago

Closed 14 years ago

#1883 closed Bug (Fixed)

IsHWnd(), Return Value. (Nitpick: Value = Bool)

Reported by: mvg Owned by: Jon
Milestone: 3.3.7.0 Component: AutoIt
Version: 3.3.6.1 Severity: None
Keywords: IsHWnd Cc:

Description

IsHWnd()
Return Value
Success: Returns 1 if the expression is a pointer type AND a valid window handle.
Failure: Returns 0 if expression is not a pointer OR not a valid window handle.

MsgBox(0,'MsgBox',IsHWnd('abc')) ;; False

(Other Is*() function all return 1/0 value types.)

Change History (1)

comment:1 Changed 14 years ago by Jon

  • Milestone set to 3.3.7.0
  • Owner set to Jon
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [5985] in version: 3.3.7.0

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

Author


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

 
Note: See TracTickets for help on using tickets.