Re: [python-win32] pywin32 documentation wiki

2010-02-15 Thread Ron Arts
Op 15-02-10 14:59, Tim Golden schreef: On 15/02/2010 13:30, le dahut wrote: Hello, I've made some development around Windows services and logon events detection (using SCM and using SENS). I've spend a lot of time discovering how things work and trying to write them (with great help from people

[python-win32] SOLVED: I want to get a message when the screen is locked/unlocked. How?

2009-08-25 Thread Ron Arts
Tim Roberts schreef: Ron Arts wrote: I want to logout the user from a remote session when the desktop is locked, and log her in again when it is unlocked. There seem to be various ways of catching these events: - WTS API - ISensLogon Interface (SENS) - Using Service Control Manager (SCM

[python-win32] I want to get a message when the screen is locked/unlocked. How?

2009-08-25 Thread Ron Arts
Hi, I want to logout the user from a remote session when the desktop is locked, and log her in again when it is unlocked. There seem to be various ways of catching these events: - WTS API - ISensLogon Interface (SENS) - Using Service Control Manager (SCM) Notifications (only for services?) - W