> 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