search for: getmodulehandleex

Displaying 3 results from an estimated 3 matches for "getmodulehandleex".

Did you mean: getmodulehandleexw
2012 Apr 13
0
Wine release 1.5.2
...onentsEx. msi: Rename the need_reboot flag to need_reboot_at_end. msi: Use the state parameter passed to MsiSetMode. msi: Implement MsiGet/SetMode(MSIRUNMODE_REBOOTNOW). msi: Suspend the installation if an action sets MSIRUNMODE_REBOOTNOW. kernel32/tests: Add tests for GetModuleHandleEx. kernel32: Return failure from GetModuleHandleEx if the module handle pointer is NULL. kernel32: Clear the module handle on failure in GetModuleHandleEx. kernel32: GetModuleHandleEx already clears the module handle on failure. msi: Keep the UI level fixed during the lifetime...
2007 Nov 09
0
Wine release 0.9.49
...itry Timoshkov (7): shlwapi: Fix a typo in the previous patch. Spotted by Francois Gouget. include: Synchronize DEVMODE layout with PSDK. user32: Initialize more fields in the DEVMODE structure. winex11.drv: Add support for saving/reading display settings. version: Use GetModuleHandleEx to increment the module ref count. winex11.drv: Initialize buffer size. user32: Simplify some code. EA Durbin (4): wininet: Return true for case INTERNET_OPTION_SECURITY_FLAGS. d3dxof: Fix some return values. ntoskrnl.exe: Add stub Implementation of IoAllocateWorkItem...
2007 Jun 01
0
Wine release 0.9.38
...ntoskrnl.exe: Export KeServiceDescriptorTable and KeTickCount. ntoskrnl.exe: Added IofCompleteRequest. ntdll: Reimplement LdrGetDllHandle to use the same search algorithm as LdrLoadDll. ntdll: Implemented LdrAddRefDll. kernel32: Support incrementing the module refcount in GetModuleHandleEx. kernel32: Check for already loaded module also for LOAD_LIBRARY_AS_DATAFILE. ntoskrnl.exe: Implemented a number of memory allocation functions. ntoskrnl.exe: Export a Wine-internal function to run the device request handling loop. ntoskrnl.exe: Implemented PsGetVersion and...