search for: getenvironmentstrings

Displaying 2 results from an estimated 2 matches for "getenvironmentstrings".

2001 May 16
1
wine-20010510 fails to run?
...4a06c0:Ret PE DLL (proc=0x409ba0e0,module=409b3000,type=2,res=(nil)) retval=108067f18:Starting process E:\zl32.exe (entryproc=0x401000) 08067f18:Call kernel32.GetModuleHandleA(00000000) ret=00401068 08067f18:Ret kernel32.GetModuleHandleA() retval=00400000 ret=00401068 08067f18:Call kernel32.GetEnvironmentStrings() ret=0046ebe9 08067f18:Ret kernel32.GetEnvironmentStrings() retval=40360730 ret=0046ebe9 08067f18:Call kernel32.GetCommandLineA() ret=0046ebf3 08067f18:Ret kernel32.GetCommandLineA() retval=40360e24 ret=0046ebf3 08067f18:Call kernel32.GetTickCount() ret=0046fc59 08067f18:Ret kernel32....
2005 Oct 20
0
Forwarded question about telnet and environment
...purposes to run programs through telnet and display them in my own ruby console. It works pretty well, but I don''t get my environment (I only get the system environment). The call used to run processes is: CreateProcessAsUser(). The telnet server runs as a service and so when I call GetEnvironmentStrings() I don''t think I get my user''s local environment variables. Do you know how to get the whole environment for a user?"