Modify ↓
#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 , on May 22, 2011 at 11:38:26 PM
| Milestone: | → 3.3.7.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed by revision [5985] in version: 3.3.7.0