search for: is_current_process

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

2006 Mar 30
1
Transparent socks proxy
...e on an unsupported function : Err:virtual:NtAllocateVirtualMemory Unsupported on other process This seems to come from dlls/ntdll/virtual.c where a simple test checks if it is the current process or not. Is this just a security feature or is there technical issue behind this test ? 1258 if (!is_current_process <http://source.winehq.org/ident?i=is_current_process> ( process <http://source.winehq.org/ident?i=process> )) 1259 { 1260 ERR <http://source.winehq.org/ident?i=ERR> ("Unsupported on other process\n"); 1261 return STATUS_ACCESS_DENIED <http://sourc...
2007 Jan 25
0
Wine release 0.9.30
...ction. ntdll: Abuse RtlCreateUserThread to call the thread function for CreateThread directly. ntdll: Implementation of inter-process RtlCreateUserThread. ntdll: Implementation of inter-process NtMapViewOfSection and NtUnmapViewOfSection. ntdll: Get rid of the no longer used is_current_process function. ntdll: Avoid inter-process APCs when called for the process itself. Make.rules: Pass all idl source files to makedep. widl: Generate proxy/client/server files when requested explicitly even if they are empty. rpc.h: Include excpt.h, and windef.h in Wine so that the...