[python-win32] ctypes and python dll callbacks

Mark Hammond mhammond at skippinet.com.au
Mon Jan 21 23:46:50 CET 2008


> Hello,
> I'm trying to use RegisterServiceCtrlHandlerEx. Since it isn't
> available
> in pywin32,

FYI, the pywin32 service framework does call RegisterServiceCtrlHandlerEx()
for you - it just doesn't expose it directly.  If all you are doing is
writing a service to capture these events, pywin32 should work fine.

Mark



More information about the python-win32 mailing list