[python-win32] how to use CreateProcessWithLogonW
Tim Roberts
timr at probo.com
Tue Jun 2 23:00:08 CEST 2009
Emin.shopper Martinian.shopper wrote:
> On Mon, Jun 1, 2009 at 1:32 PM, Tim Roberts <timr at probo.com> wrote:
>
>> Emin.shopper Martinian.shopper wrote:
>>
>>> Dear Experts,
>>>
>>> Can someone provide an example of how to use CreateProcessWithLogonW?
>>>
>> It's really just a combination of LogonUser and CreateProcess.
>>
>
> Right, the problem is that I don't see it in win32process. Where do I
> get CreateProcessWithLogonW?
>
Well, there's always ctypes...
--
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.
More information about the python-win32
mailing list