How about this?
import ctypes
NULL = 0
TRUE = 1
FALSE = 0
INVALID_HANDLE_VALUE = -1
WORD = ctypes.c_ushort
DWORD = ctypes.c_uint
LPSTR = ctypes.c_char_p
LPBYTE = LPSTR
HANDLE = DWORD
# typedef struct _PROCESS_INFORMATION {
# HANDLE hProcess;
# HANDLE hThread;
# DWORD dwProces
Emin.shopper Martinian.shopper wrote:
> On Mon, Jun 1, 2009 at 1:32 PM, Tim Roberts 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
On Mon, Jun 1, 2009 at 1:32 PM, Tim Roberts 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 i
Well that's a problem with the sybase module itself. So try asking on
the relevant mailing list or forum/ stackoverflow . Also just noticed
you are on linux while this is a python on windows list, so it might
not be the most helpful. Just off the top of my head try putting the
sybase headers in an