search for: clsidfromstring

Displaying 6 results from an estimated 6 matches for "clsidfromstring".

2008 Jun 04
2
Win32-ole start
...initialize(server, host = Socket.gethostname) @server = server @host = host clsid = 0.chr * 16 dispatch = 0.chr * 16 # I''m not sure what hr = CLSIDFromProgID(multi_to_wide(server, CP_UTF8), clsid) if FAILED(hr) hr = CLSIDFromString(multi_to_wide(server, CP_UTF8), clsid) if FAILED(hr) raise Error, "unknown OLE server ''#{server}''" end end # Fails here hr = CoCreateInstance( clsid, nil, CLSCTX_INPROC...
2014 Oct 17
0
Wine release 1.7.29
...ests: Add some ImageList_BeginDrag() tests. Nikolay Sivov (44): kernel32/nls: Added support for LOCALE_SOPENTYPELANGUAGETAG. include: Added GetLocaleInfoEx() definition. gameux: Cleanup failure handling when processing main definition element, use better naming. gameux: Use CLSIDFromString() instead of shell32 equivalent. dwrite: Initial implementation of GetGlyphs(). dwrite: Mirror characters in case of RTL direction. advpack: Use E_NOT_SUFFICIENT_BUFFER definition. dmsynth: Use E_NOT_SUFFICIENT_BUFFER definition. fusion: Use E_NOT_SUFFICIENT_BUFFER def...
2020 Aug 14
0
Wine release 5.15
...ve CoGetActivationState(). combase: Move CoGetInstanceFromFile(). combase: Move CoGetInstanceFromIStorage(). combase: Move CoCreateInstance(). combase: Move CoGetTreatAsClass(). combase: Move ProgIDFromCLSID(). combase: Move CLSIDFromProgID(). combase: Move CLSIDFromString(). combase: Move IIDFromString(). combase: Move StringFromCLSID(). combase: Move StringFromGUID2(). combase: Move CoGetDefaultContext(). combase: Move CoMarshalHresult(). combase: Move CoUnmarshalHresult(). combase: Move CoGetInterfaceAndReleaseStream()....
2014 Feb 20
0
Wine release 1.7.13
...32/tab: Fix TCM_SETCURSEL on negative indices. wshom: Implement LocationPath property for shortcut. wininet: Update module version. mshtml: Implement HTMLStyleSheet_get_href(). ole32: Use CoTaskMemAlloc() instead of IMalloc directly. ole32: Separate IIDFromString() for CLSIDFromString(), fix corner cases and return values. ole32: Use precomposed table for GUID from string conversion. ole32: Remove ERR() output that's not really helpful. kernel32/tests: Don't test last error when there's no failure. kernel32/tests: Fix some test failures in old...
2010 Apr 02
0
Wine release 1.1.42
...s casts. comctl32: Fix compiler warnings with flag -Wcast-qual. comctl32: Fix incorrect const type casting. comctl32: Fix compiler warnings. advapi32: Fix compiler warnings with flag -Wcast-qual. appwiz.cpl: Fix compiler warnings with flag -Wcast-qual. objbase.h: CLSIDFromString: Add constness to the parameters declaration in accordance with MSDN. wininet: Fix compiler warnings with flag -Wcast-qual. server: Fix compiler warning with flag -Wcast-qual. cabinet: Fix compiler warning with flag -Wcast-qual. comdlg32: Fix compiler warnings with flag -Wca...
2009 Jan 30
0
Wine release 1.1.14
...winex11.drv: Declare some functions static. msctf: Declare some variables static. Andrey Turkin (6): ole32: Add CoGetCallContext and CoSwitchCallContext implementations. ole32: Add a few fields to OLE TLS area to match native memory layout. ole32: Prevent recursion when CLSIDFromString is passed empty string. dwmapi: Add DwmEnableMMCSS stub. loadperf: Rename argument to match its function. programs: Add lodctr and unlodctr tools. Andr? Hentschel (1): comctl32: Fix callback in treeview. Aric Stewart (16): imm: Send WM_IME_SELECT messages when IME is...