> 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

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to