[python-win32] LsaLogonUser in win32security?

2009-03-05 Thread Aditya Jayraman
I was wondering if the pywin32 package implements the LsaLogonUser() method (not to be confused with the LogonUser() method) I looked through the win32security module and could not find it. Thanks --Aditya ___ python-win32 mailing list

[python-win32] Confused about PreTranslateMessage

2009-03-05 Thread Greg Ewing
I'm having trouble understanding how PreTranslateMessage is supposed to work. According to M$: Return value: Nonzero if the message was translated and should not be dispatched; 0 if the message was not translated and should be dispatched. and according to the pywin32 docs: The result