Jump to content

Want more details for DLLCALL


alexischeng
 Share

Recommended Posts

Is there any way to get more details on how to use dllcall function?

I just found some windows api function and some works on dllcall but some not!

Swapmouse buttons

1 to swap left button with right button

0 to restore

DLLCall("user32.dll","int","SwapMouseButton","int",1); Swap Button

DLLCall("user32.dll","int","SwapMouseButton","int",0);Swap Back

swapmouse.au3

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...