Displaying 4 results from an estimated 4 matches for "virtualqueryex".
Did you mean:
virtualquery
2002 May 17
2
acrobar reader under wine
...748,0x00000400,0x41a25a8c,0x41a25e98),stub!
fixme:string:GetDateFormatW STUB (should call OLE_GetFormatW)
ERROR: could not get the task list
fixme:advapi:RegisterEventSourceW ((null),L"DrWatson"): stub
fixme:advapi:ReportEventW stub
fixme:advapi:DeregisterEventSource (1): stub
err:virtual:VirtualQueryEx Unsupported on other process
fixme:ntdll:NtQueryInformationThread
(0x00000068,0x00000000,0x41a2527c,0x0000001c,(nil)),stub!
fixme:ntdll:NtQueryInformationThread
(0x00000070,0x00000000,0x41a2527c,0x0000001c,(nil)),stub!
err:virtual:VirtualQueryEx Unsupported on other process
cheers
emanuele
2001 Oct 17
3
SourceSafe
...7c,0x414e5e88),stub
!
fixme:string:GetDateFormatW STUB (should call OLE_GetFormatW)
ERROR: could not get the task list
wine client error:0x8638660: buffer overflow 284 bytes
wine client error:0x8638660: FIXME:pthread_rwlock_rdlock
FIXME:pthread_rwlock_unlock
sendmsg: Bad file descriptor
err:virtual:VirtualQueryEx Unsupported on other process
fixme:ntdll:NtQueryInformationThread
(0x00000054,0x00000000,0x414e526c,0x0000001c,(nil)),stub!
err:virtual:VirtualQueryEx Unsupported on other process
fixme:string:GetDateFormatW STUB (should call OLE_GetFormatW)
ERROR: could not get the task list
err:virtual:VirtualQue...
2010 Sep 20
1
Dynamic forking in Win32
...D r, old_protection = 0;
MEMORY_BASIC_INFORMATION basic_info;
printf("Original EXE loaded (PID = %d).\n", (int)pi.dwProcessId);
printf("Original Base Addr = %X, Size = %X\n",
(int)childInfo.baseAddr, (int)childInfo.imageSize);
if (VirtualQueryEx(
pi.hProcess,
(LPCVOID)childInfo.baseAddr,
&basic_info,
sizeof(MEMORY_BASIC_INFORMATION)) == 0) {
ErrorExit("VirtualQueryEx: Failed!\n");
TerminateProcess(pi.hProcess, 0);
exit(1);
}
el...
2007 Jan 25
0
Wine release 0.9.30
...g threads when an APC is cancelled.
server: Added mechanism for returning results of APC calls.
server: Support queuing some APCs to a process instead of a thread.
ntdll: Implementation of inter-process VirtualAllocEx and VirtualFreeEx.
ntdll: Implementation of inter-process VirtualQueryEx.
ntdll: Implementation of inter-process VirtualProtectEx.
ntdll: Implementation of inter-process NtFlushVirtualMemory.
ntdll: Implemented NtLockVirtualMemory and NtUnlockVirtualMemory.
wmc: Added support for neutral languages.
msvcrt: Export various locale and codepage...