Modify

Opened 15 years ago

Closed 15 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.)

Attachments (0)

Change History (1)

comment:1 by Jon, 15 years ago

Milestone: 3.3.7.0
Owner: set to Jon
Resolution: Fixed
Status: newclosed

Fixed by revision [5985] in version: 3.3.7.0

Modify Ticket

Action
as closed The owner will remain Jon.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.