Displaying 9 results from an estimated 9 matches for "globalunlock".
Did you mean:
global_unlock
2001 Sep 01
1
Wiso Sparbuch terminates with: X Error of failed request ..
...00000 ret=780012b1
0823cd40:Call kernel32.HeapFree(40a90000,00000000,40ab1eec) ret=78001436
0823cd40:Ret kernel32.HeapFree() retval=00000001 ret=78001436
0823cd40:Call kernel32.GlobalLock(404aff46) ret=625612aa
0823cd40:Ret kernel32.GlobalLock() retval=41942024 ret=625612aa
0823cd40:Call kernel32.GlobalUnlock(404aff46) ret=62561351
0823cd40:Ret kernel32.GlobalUnlock() retval=00000000 ret=62561351
0823cd40:Call kernel32.FreeResource(65a51478) ret=62516b75
0823cd40:Ret kernel32.FreeResource() retval=00000000 ret=62516b75
0823cd40:Call kernel32.FreeLibrary(65540001) ret=62516b94
0823cd40:Ret kernel32.Fr...
2001 Jul 12
0
BadMatch on X_CreateCursor (cvs 010712)
...7df8:Call GDI.69: DELETEOBJECT(0x0cbc) ret=05cf:0545 ds=01ef
080a7df8:Ret GDI.69: DELETEOBJECT() retval=0x0001 ret=05cf:0545 ds=01ef
080a7df8:Call USER.68: RELEASEDC(0x0000,0x0bf4) ret=05cf:0555 ds=01ef
080a7df8:Ret USER.68: RELEASEDC() retval=0x0001 ret=05cf:0555 ds=01ef
080a7df8:Call KERNEL.19: GLOBALUNLOCK(0x146e) ret=05cf:0564 ds=01ef
080a7df8:Ret KERNEL.19: GLOBALUNLOCK() retval=0x0000 ret=05cf:0564
ds=01ef
080a7df8:Call KERNEL.17: GLOBALFREE(0x146e) ret=05cf:0572 ds=01ef
080a7df8:Ret KERNEL.17: GLOBALFREE() retval=0x0000 ret=05cf:0572
ds=01ef
080a7df8:Call KERNEL.19: GLOBALUNLOCK(0x1476) ret=05c...
2002 Feb 05
1
Still no luck on command line parse [Bug 417]
...62: LOCKRESOURCE(0x0d67) ret=045f:0205 ds=01e7
08247d08:Ret KERNEL.62: LOCKRESOURCE() retval=0x0d670000 ret=045f:0205 ds=01e7
08247d08:Call KERNEL.21: GLOBALHANDLE(0x0d67) ret=045f:0229 ds=01e7
08247d08:Ret KERNEL.21: GLOBALHANDLE() retval=0x0d670d67 ret=045f:0229 ds=01e7
08247d08:Call KERNEL.19: GLOBALUNLOCK(0x0d67) ret=045f:022f ds=01e7
08247d08:Ret KERNEL.19: GLOBALUNLOCK() retval=0x0001 ret=045f:022f ds=01e7
08247d08:Call KERNEL.60: FINDRESOURCE(0x01e6,0x000000e3 #00e3,0x00000006 #0006) ret=045f:01ad ds=01e7
08247d08:Ret KERNEL.60: FINDRESOURCE() retval=0x06cc ret=045f:01ad ds=01e7
08247d08:Call K...
2011 Jul 11
1
Trying old multimedia app, get crash
..., and doesn't stop when the dialog appears, so maybe graphics? Here are some edited results of two debug runs, the first under ME and the second under XP. Let me know if this is enough to be helpful.
$ WINEDEBUG=+relay,+seh,+tid WINEPREFIX=~/.ringdisc wine RINGDISC.EXE
...
0020:Ret KERNEL32.GlobalUnlock() retval=00000000 ret=0044c272
0020:Ret winmm.mmioRead() retval=00001fbe ret=4390dfc6
0020:Call msvfw32.ICDecompress(00000001,00000000,001a13c0,001a22e0,001a83c0,001a9020) ret=4390e028
0020:Call winmm.SendDriverMessage(001a81b0,0000400d,00cbf438,00000018) ret=43933b5d
0020:Call msrle32.DriverProc(...
2016 Sep 16
0
Wine release 1.9.19
...ion_{u,i}1 and add tests.
server: Do not store unix_pid in process_snapshot struct.
jscript: Change prototype of jsstr_alloc_buf and fix some error handling issues.
jscript: Do not include terminating \0 in result returned by Date_toLocale{Date,Time}String.
user32: Only call GlobalUnlock when GlobalLock was successful.
user32: Add missing calls to GlobalUnlock in render_synthesized_dib.
user32: Add missing call to GlobalUnlock in render_synthesized_enhmetafile.
shell32/tests: Fix incorrect usage of broken() function.
comctl32/tests: Fix incorrect usage of br...
2001 Sep 04
0
Presumed bug found in SCROLL_GetPtrScrollInfo
...BAR_INFO
*)wndPtr->pVScroll; break;
138 /* -- OLD VERSION -- case SB_CTL: infoPtr =
(SCROLLBAR_INFO *)wndPtr->wExtra; break; */
139 case SB_CTL:
140 hmem = (HGLOBAL) wndPtr->wExtra[0];
141 infoPtr = GlobalLock(hmem);
142 GlobalUnlock(hmem);
143 break;
Any help would be appreciated.
Thx
2005 Apr 21
9
Screen capture, save to file
..., HBITMAP)"
extern "long BitBlt(HDC, long, long, long, long, HDC, long, long,
long)"
extern "void* GlobalAlloc(long, long)"
extern "void* GlobalLock(void*)"
extern "long GetDIBits(HDC, HBITMAP, long, long, void*, void*, long)"
extern "long GlobalUnlock(void*)"
extern "long GlobalFree(void*)"
extern "long DeleteObject(unsigned long)"
extern "long DeleteDC(HDC)"
extern "long ReleaseDC(long, HDC)"
module_function
def screenCapture(filename = "tmp.bmp")
hScreenDC = getWindowDC(0)...
2016 Oct 01
0
Wine release 1.9.20
...Fix time_put structure layout.
msvcp120: Don't add basic_ios::_Add_vtordisp virtual functions.
Sebastian Lackner (8):
server: Allow to create win32 prefix when directory already exists.
server: Fix leak of old clipboard data when replacing existing format.
user32: Call GlobalUnlock with the correct argument in SetClipboardData.
webservices: Do not return uninitialized hr from write_headers_transport.
webservices: Correctly grow buffer size in receive_message.
services: Check for services without lpBinaryPathName in get_winedevice_process.
server: Handl...
2007 Sep 28
0
Wine release 0.9.46
...rface in set_ns_editmode and get_editor_controller.
James Hawkins (6):
user32: Add tests for the DDE pack functions.
user32: Set uiLo and uiHi to zero on error.
kernel32: Fix the case where memory is freed twice in GlobalFree.
kernel32: Return TRUE for all pointer params in GlobalUnlock.
kernel32: Don't crash accessing an invalid handle in GlobalSize.
user32: Add a test that shows ddeml string handles use local atoms.
Jeff Latimer (1):
mpr: Check for out of memory condition.
Juan Lang (112):
msi: Don't crash if record has no fields.
msi: Mak...