PyQt/Demo/ScreenShotDll.py

5 lines
72 B
Python
Raw Permalink Normal View History

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