PyQt/Demo/ScreenShotDll.py
2021-07-13 14:52:26 +08:00

4 lines
72 B
Python

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