Modify

Opened 17 years ago

Closed 17 years ago

#611 closed Bug (No Bug)

This caused crashing: $pcLocked = DllCall("user32","Long","OpenInputDesktop")

Reported by: ducjava@… 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)

Change History (1)

comment:1 by Valik, 17 years ago

Resolution: No Bug
Status: newclosed

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.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


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