Modify ↓
Opened 17 years ago
Closed 17 years ago
#611 closed Bug (No Bug)
This caused crashing: $pcLocked = DllCall("user32","Long","OpenInputDesktop")
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.2.12.0 | Severity: | None |
| Keywords: | Cc: |
Description
This caused crashing:
$pcLocked = DllCall("user32","Long","OpenInputDesktop")
It was running fine with AutoIt v3.2.0.1, but crashed in v3.2.12.1
Please reply me if you know the problem. Thanks.
Attachments (0)
Note:
See TracTickets
for help on using tickets.

The problem is you aren't calling the function correctly. The function you are trying to call via DllCall() takes 3 arguments you aren't providing.
This is not a bug.