search for: getcurrentprocessid

Displaying 7 results from an estimated 7 matches for "getcurrentprocessid".

2001 Sep 01
1
Wiso Sparbuch terminates with: X Error of failed request ..
...0:Call ntdll.RtlEnterCriticalSection(78037118) ret=78001075 0823cd40:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=78001075 0823cd40:Call ntdll.RtlLeaveCriticalSection(78037118) ret=780012b1 0823cd40:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=780012b1 0823cd40:Call kernel32.GetCurrentProcessId() ret=62105eb0 0823cd40:Ret kernel32.GetCurrentProcessId() retval=0823cc70 ret=62105eb0 0823cd40:Call kernel32.GetCurrentProcessId() ret=62105eb0 0823cd40:Ret kernel32.GetCurrentProcessId() retval=0823cc70 ret=62105eb0 0823cd40:Call kernel32.GlobalLock(404aff46) ret=6255d110 0823cd40:Ret kernel3...
2004 Jul 15
1
getWindowsHandle()
I notice that this function is available after Dr. Murdoch's post at R-GUI. I am further wondering how to use "Process" and "ProcessID" two choices. Suppose I created more than one 'Document' windows within MDI. I need to find their corresponding process ID or handle, in order to communicate with them correctly. Regards, Peng
2009 Apr 22
0
ActiveX error when running an application(VB6 based)
...() retval=000000a0 ret=70101c4f 0009:Call KERNEL32.WaitForSingleObject(000000a0,ffffffff) ret=70101c62 0009:Ret KERNEL32.WaitForSingleObject() retval=00000000 ret=70101c62 0009:Call KERNEL32.TlsFree(00000008) ret=7010ad87 0009:Ret KERNEL32.TlsFree() retval=00000001 ret=7010ad87 0009:Call KERNEL32.GetCurrentProcessId() ret=7010af09 0009:Ret KERNEL32.GetCurrentProcessId() retval=00000008 ret=7010af09 0009:Call KERNEL32.InterlockedDecrement(80002bfc) ret=7010b10e 0009:Ret KERNEL32.InterlockedDecrement() retval=00000000 ret=7010b10e 0009:Call KERNEL32.InterlockedDecrement(80002c00) ret=7010af1c 0009:Ret KERNEL3...
2009 Apr 22
0
wine-users Digest, Vol 45, Issue 102
...() retval=000000a0 ret=70101c4f 0009:Call KERNEL32.WaitForSingleObject(000000a0,ffffffff) ret=70101c62 0009:Ret KERNEL32.WaitForSingleObject() retval=00000000 ret=70101c62 0009:Call KERNEL32.TlsFree(00000008) ret=7010ad87 0009:Ret KERNEL32.TlsFree() retval=00000001 ret=7010ad87 0009:Call KERNEL32.GetCurrentProcessId() ret=7010af09 0009:Ret KERNEL32.GetCurrentProcessId() retval=00000008 ret=7010af09 0009:Call KERNEL32.InterlockedDecrement(80002bfc) ret=7010b10e 0009:Ret KERNEL32.InterlockedDecrement() retval=00000000 ret=7010b10e 0009:Call KERNEL32.InterlockedDecrement(80002c00) ret=7010af1c 0009:Ret KERNEL3...
2007 Mar 26
16
mongrel_service fails to get "service.exe" from ppid?
Konnichiwa Mongrel users, mongrel_service cannot run as a windows service under my environment, with the windows message : "error 1053 : The service did not respond to the start or control request in a timely fashion." >From a part of "ServiceFB.log" at c:/ruby/bin, mongrel_service failed to get the process name of "service.exe".
2008 Jun 04
12
Mongrel as Windows service with normal privileges
I am trying to run Mongrel 1.1.5 with mongrel_service 0.3.4 on Ruby 1.8.6 with a "normal" user account, i.e. a user which belongs only to the Windows group "Users". The rationale behind this is that running a web server with full administrative rights (e.g. Local System) is not something that I would like to do. Unfortunately, starting the service from the services control
2019 Jan 14
6
[PATCH nbdkit incomplete 0/5] Port to Windows.
This is an incomplete port to Windows. Currently the server compiles and starts up successfully, but goes into an infinite loop when you connect to it. Nevertheless I think the approach is ready for feedback. This being Windows the changes go quite deep. Rich.