Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(0) | Call(0) | Derive(0) | Import(0)
src/i/n/infi.win32service-0.1.4/src/infi/win32service/service_runner.py infi.win32service(Download)
def wrapper(dwControl, dwEventType, lpEventData, lpContext): try: if dwControl == ServiceControl.DEVICEEVENT and dwEventType == EventType.POWERSETTINGCHANGE: # TODO: convert lpEventData to a POWERBROADCAST_SETTING structure. pass