PyQt/Demo/ScreenShotDll.py

4 lines
71 B
Python
Raw Normal View History

2018-09-05 15:16:43 +08:00
from ctypes import CDLL
2019-01-01 17:04:10 +08:00
dll = CDLL('Data/ScreenShot.dll')
2018-09-05 15:16:43 +08:00
dll.PrScrn()