Re: [python-win32] Logging off of windows

2007-11-13 Thread Matt Herbert (matherbe)
TED] > [mailto:[EMAIL PROTECTED] On Behalf Of Roger Upole > Sent: Sunday, November 11, 2007 1:21 AM > To: python-win32@python.org > Subject: [python-win32] Logging off of windows > > Matt Herbert wrote: > > > > Hello all, > > > > I'm having a litt

[python-win32] Logging off of windows

2007-11-10 Thread Roger Upole
Matt Herbert wrote: > > Hello all, > > I'm having a little problem figuring how I can tell if there is anybody > currently logged into windows at the desktop. More specifically, I am > initiating a logoff via the ExitWindowsEx() function and, as we all > know, it can sometimes take a little bit f

[python-win32] Logging off of windows

2007-11-09 Thread Matt Herbert (matherbe)
Hello all, I'm having a little problem figuring how I can tell if there is anybody currently logged into windows at the desktop. More specifically, I am initiating a logoff via the ExitWindowsEx() function and, as we all know, it can sometimes take a little bit for the logoff to actually complete