Guest User

dllImports

a guest
Jun 24th, 2020
11,322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.27 KB | None | 0 0
  1. [DllImport("user32.dll")]
  2. static extern short GetAsyncKeyState(Keys vKey);
  3.  
  4. [DllImport("user32.dll", CharSet = CharSet.Auto, CallingConvention = CallingConvention.StdCall)]
  5. public static extern void mouse_event(int dwFlags, int dx, int dy, int cButtons, int dwExtraInfo);
Advertisement
Add Comment
Please, Sign In to add comment