Advertisement
Peaser

Call function inside DLL

Mar 6th, 2015
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. import ctypes
  2.  
  3. user32_dll = ctypes.cdll.LoadLibrary('User32.dll')
  4. print user32_dll.GetDoubleClickTime()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement