Re: [python-win32] NT service and login prompt

2008-10-01 Thread Tim Golden
Larry Bates wrote: le dahut wrote: Hello, Is it possible to tell windows to wait a python service has started before the login prompt is displayed ? Probably not, but why would you want to implement something that does? Share your use case with us and perhaps we can be of more assistance.

Re: [python-win32] NT service and login prompt

2008-10-01 Thread le dahut
Tim Golden wrote : Larry Bates wrote: le dahut wrote: Hello, Is it possible to tell windows to wait a python service has started before the login prompt is displayed ? Probably not, but why would you want to implement something that does? Share your use case with us and perhaps we can be

Re: [python-win32] NT service and login prompt

2008-10-01 Thread Tim Golden
le dahut wrote: Yes, I was trying to intercept user's logon. I've done it using userinit registry key, a python NT service and a python service running on the PDC. My problem is also that the service has to be available at logon time to do some administrative stuff. It seems that the policy

[python-win32] COM server and function parameters

2008-10-01 Thread ricercar
Hi all, this is my first time here. I looked into the archive but found no answer to a question that probably is simple (I hope). I need to implement a COM server and I got the interface in IDL format. Unfortunately to me some functions have a declaration like this: HRESULT func([in] BSTR param1,

Re: [python-win32] COM server and function parameters

2008-10-01 Thread Mark Hammond
Hi all, this is my first time here. I looked into the archive but found no answer to a question that probably is simple (I hope). I need to implement a COM server and I got the interface in IDL format. Unfortunately to me some functions have a declaration like this: HRESULT func([in] BSTR