PyQt/Demo/ScreenShotDll.py
2019-01-01 17:04:10 +08:00

3 lines
71 B
Python

from ctypes import CDLL
dll = CDLL('Data/ScreenShot.dll')
dll.PrScrn()