search for: idispatch

Displaying 20 results from an estimated 73 matches for "idispatch".

Did you mean: dispatch
2008 Feb 22
0
Wine release 0.9.56
...sync_gl_drawable. Alistair Leslie-Hughes (28): msxml3: Corrected tests for msxml service packs versions. msxml3: Implement IXMLDOMProcessingInstruction target. msxml3: Implement IXMLDOMAttribute name property. msxml3: Support functions for typelib. msxml3: Implemented IDispatch for IXMLDOMText. msxml3: Implemented IDispatch for IXMLDOMSchemaCollection. msxml3: Implemented IDispatch for IXMLDOMProcessingInstruction. msxml3: Implemented IDispatch for IXMLDOMCDATASection. msxml3: Implemented IDispatch for IXMLDOMComment. msxml3: Implemented IDis...
2008 Sep 19
0
Wine release 1.1.5
...in the thread test. kernel32/tests: Fix a couple of tests failing on NT4. ntdll/tests: Fix a couple of tests failing on NT4. Alistair Leslie-Hughes (25): mshtml: Implement IHTMLBodyElement get/put bgColor. mshtml: Add IHTMLBodyElement bgColor tests. mshtml: Implement IDispatch for IHTMLDocument3. mshtml: Implement IDispatch for IHTMLDocument4. mshtml: Implement IDispatch for IHTMLDOMTextNode. mshtml: Implement IDispatch for IHTMLImgElement. mshtml: Implement IDispatch for IHTMLTextContainer. mshtml: Implement IDispatch for IHTMLScriptElement...
2008 Sep 25
0
C++ & R: Displaying a lattice graphic using D Com
...tion has completed. However, once the code has executed no plot is visible. I am using visual C++ - and I have copied out the code at the end of this note. I would be grateful for any advice. Kind regards Noel void CMFCClientDlg::OnTest() { BeginWaitCursor(); IStatConnector lConnector; IDispatch* lCharDev = NULL; IDispatch* lGfxDev = NULL; if(FAILED(m_CharDev.GetControlUnknown()->QueryInterface(IID_IDispatch,(LPVOI D*) &lCharDev))) { MessageBox("Error querying Dispatch from Character Device"); return; } if(FAILED(lConnector.CreateDispatch(_T("StatConn...
2008 Jun 04
2
Win32-ole start
...on the win32-ole rewrite I thought I''d take a stab at starting it. Here''s what I''ve got so far (along with some extra constants in Windows::COM only in CVS), but the call to CoCreateInstance() isn''t working. I''m not sure if I''m dealing with the IDispatch interface properly: # win32/ole.rb require ''windows/com'' require ''windows/com/automation'' require ''windows/error'' require ''windows/unicode'' require ''socket'' module Win32 class OLE include Windows...
2015 May 15
0
Wine release 1.7.43
...emission* as *emissive*. wined3d: Check all the ffp_material fields. ddraw/tests: Accept broken testbot result for test_clear_rect_count(). ddraw/tests: Add a ddraw2 specular lighting test. wined3d: Fix the TIMESTAMP_DISJOINT query. Nikolay Sivov (45): explorer: Added IDispatch support for ShellBrowserWindow instance. explorer: Implement Application property. explorer: Added stub IServiceProvider support for shell browser window. explorer: Return IShellBrowser in response to SID_STopLevelBrowser. shell32: Better handle creation/destruction of shell...
2009 May 06
4
[ win32utils-Feature Requests-25792 ] Create a pure Ruby win32-ole library
Feature Requests item #25792, was opened at 2009-05-05 17:29 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=414&aid=25792&group_id=85 Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Daniel Berger (djberg96) Assigned to: Nobody (None) Summary: Create a pure Ruby win32-ole library Initial Comment: The current Win32OLE
2013 Mar 15
0
Wine release 1.5.26
...urlmon: Fixed some test failures on IE10. wininet: Don't pass expected cache file size to CreateUrlCacheEntry if it's unknown. wininet: Added a test of request reading from cache. wininet: Skip test_open_url_async on IEs older than 7. jscript: Use BSTR also for pure IDispatch call in disp_delete_name. jscript: Use BSTR also for pure IDispatch call in disp_get_id. jscript: Use BSTR also for pure IDispatch call in Object.hasOwnProperty. winnt.h: Added GCC variant of DEFAULT_UNREACHABLE macro. vbscript: Use DEFAULT_UNREACHABLE macro where appropriat...
2019 Oct 18
0
Wine release 4.18
...: Use -norelay for _vsnprintf. server: Reselect read queue before write queue in pipe_end_write. kernel32/tests: Add message mode non-blocking pipe test. kernelbase: Update SetNamedPipeHandleState debug trace. vbscript: Factor out invoke_vbdisp. vbscript: Don't use IDispatchEx for internal calls. vbscript: Create class description for procedure object in compiler. vbscript: Introduce new type for object with builtin functions. vbscript: Factor out detach_global_objects. vbscript: Introduce get_builtin_id. vbscript: Use separated IDispatch...
2007 Jun 01
0
Wine release 0.9.38
...LE_OLDNT files. Huw Davies (14): oleaut32: Type references are global to the typelib. oleaut32: Typelib inheritance tests. oleaut32: Fix return value in the element not found case. oleaut32: GetRefTypeOfImplType(0) on TKIND_DISPATCH typeinfos should always return an href to IDispatch. oleaut32: Tests for more 'syntax 2' dispinterfaces. oleaut32: Test for interface that derives from IUnknown. oleaut32: Move the proxy thunk creation code to a separate function. oleaut32: non-dual dispinterfaces should be marshaled via IDispatch. oleaut32: Fix...
2016 Jul 08
0
Wine release 1.9.14
...a_t pointer instead of dispex_static_data_t in DispatchEx. mshtml: Get rid of no longer needed get_dispex_data function. mshtml: Store compatibility mode provided by meta element. mshtml: Added IHTMLDocument6::get_documentMode implementation. mshtml: Expose IHTMLDocument6 to IDispatch. mshtml: Set compatibility mode based on doctype. mshtml: Added document.documentMode tests. mshtml: Reimplement IHTMLDocument5::get_compatMode based on document mode. mshtml: Use callback to register additional IDispatch interfaces. wininet: Free all cookie data in fr...
2015 Jan 09
0
Wine release 1.7.34
...prox: Implement Win32_SoundDevice::StatusInfo. wbemprox: Implement Win32_VideoController::VideoProcessor. wbemprox: Implement Win32_NetworkAdapterConfiguration.DNSHostName. wbemprox: Implement Win32_ComputerSystemProduct.UUID. xcopy: Ignore the /V option. wbemdisp: Add IDispatch support to the services object. wbemdisp: Forward SWbemLocator::ConnectServer to IWbemLocator::ConnectServer. wbemdisp: Add a stub implementation of ISWbemObject. wbemdisp: Add a stub implementation of ISWbemObjectSet. wbemdisp: Add support for parsing WMI monikers. wb...
2008 Aug 22
0
Wine release 1.1.3
...warnings. Alistair Leslie-Hughes (10): msxml3: Format get_xml string to be more like msxml3. advapi32: Fix two tests for w2k8. advapi32: Fix test under w2k8. msxml3: Added and corrected trace string. mshtml: Implement HTMLStyle get_background. mshtml: Implement IDispatch for IHTMLStyle. mshtml: Implement IDispatch for IHTMLElement. mshtml: Implement IDispatch for IHTMLElement2. mshtml: Implement IDispatch for IHTMLAnchorElement. ole32: Stop crash under w2k8. Andre Wisplinghoff (2): user32: Make dde test use skip function. user32...
2008 May 02
0
Wine release 0.9.61
...Add tests for get_prefix and get_namespaceURI. msxml3: Implement get_prefix. msxml3: Corrected IXMLDOMComment appendData with a broken xmlTextConcat function. msxml3: Corrected transformNode. msxml3: Added IObjectWithSite support in IXMLDOMDocument2. msxml3: Implement IDispatch for IXMLDOMNode. msxml3: Implement IObjectSafety for IXMLDOMDocument2. msxml3: Implement IXMLDOMComment insertData. Andrew Talbot (28): kernel32: Remove unused variables. mciseq: Remove unused variable. mciavi32: Remove unused variables. mcicda: Remove unused va...
2007 Oct 12
0
Wine release 0.9.47
...lmon: Wrap callback in RegisterBindStatusCallback. urlmon: Added more strict QueryInterface tests. urlmon: Added more RegiterBindStatusCallback tests. urlmon: Get rid of no longer needed IHttpNegotiate wrapper. mshtml: Added get_tagName implementation. mshtml: Pass the IDispatch interface of the element right-clicked on to IDocHostUIHandler_ShowContextMenu if applicable instead of always the document's one. mshtml: Pass HTMLDOMNode pointer to its destructor. mshtml: Pass HTMLDOMNode pointer to HTMLElement's destructor. mshtml: Use vtbl for node de...
2011 May 27
0
Wine release 1.3.21
...d9: Use a pixel shader for the vs 3.0 input test. port: Add isinf and isnan implementations for Visual Studio. wined3d: Call frag_pipe->enable_extension under the GL lock. wined3d: Call context_apply_draw_buffers under the GL lock. Thomas Mullaly (4): mshtml/tests: Added IDispatch event tests. mshtml/tests: Added more IDispatch event tests. mshtml: Added support for IDispatch Html document events. urlmon: Prevent putting garbage data into TRACE. Vincent Povirk (13): gdiplus: Set export ordinals to match Windows 7. mscoree: Accept a NULL version...
2014 May 16
0
Wine release 1.7.19
...ectory. shell32/tests: Fix tests on win 8. wininet/tests: Don't test GetLastError() on success. Jacek Caban (20): mshtml: Use debugstr_mshtml_guid in a few more places. mshtml: Use debugmsg_mshtml_guid in a few more places. mshtml: Forward IHTMLImageElementFactory IDispatch functions to IDispatchEx implementation. ntdll: Always use MAP_SHARED in NtMapViewOfSection. kernel32/tests: Added more shared memory tests, exposing MAP_PRIVATE mapping for read only mapping problem. mshtml: Use debugmsg_mshtml_guid in a few more places. mshtml: Added IDisp...
2008 Jun 27
0
Wine release 1.1.0
...ss to work around a circular dependence. Hwang YunSong(???) (2): winhlp32: Updated Korean resource. shell32: Updated Korean resource. Jacek Caban (60): mshtml: Added IHTMLElement::get_id implementation. mshtml: Added IHTMLElement::put_id implementation. mshtml: Added IDispatchEx support to HTMLSelectElement. mshtml: Added fdexNameEnsure support to IDidpatchEx implementation. mshtml: Use heap_alloc_zero in HTMLElementCollection_Create. mshtml: Added missing tids to HTMLCommentElement. mshtml: Added more IDispatchEx tests. mshtml: Change backs...
2018 Mar 18
0
Wine release 2.0.5
...tor size in GetDisplayMode. configure: Check the positive form of the warning options. Alistair Leslie-Hughes (4): oleaut32: Remove dead code. oleaut32: Use VariantChangeTypeEx to convert to VT_BOOL. oleaut32/tests: Add more VarCat tests. oleaut32: Improve support for IDispatch in VarCat. Andrew Eikum (2): xaudio2: Ignore buffers returned from OpenAL after Stop. xaudio2: Account for abandoned buffer bytes. Andrey Gusev (1): d3dx10: Add D3DX10PreprocessShaderFromMemory stub. Bob Ziuchkovski (1): dinput: Ignore vendor-specific usage pages for joys...
2016 Oct 07
0
Wine release 1.8.5
...-ms-win-crt-runtime-l1-1-0.dll._get_narrow_winmain_command_line (PCSX2 1.4.0, Battle.Net Launcher) 41010 TVS_TRACKSELECT uses wrong hittest region 41015 comctl32/treeview: Alt-Up/Down keyboard shortcuts don't work 41040 VariantChangeTypeEx lead to error when casting IUnknown(nil) -> IDispatch 41044 Age of Mythology: Extended Edition needs api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vswprintf_s 41066 Unhandled page fault in RtlWow64EnableFsRedirectionEx when passed bad *old_value pointer 41079 Hauppauge Capture crashes on unimplemented function cfgmgr32.dll.CM_Get_Version 4...
2019 Jun 10
0
Wine release 4.10
...sed minidriver parameter to HID_DeleteDevice(). ntoskrnl.exe: Dispatch user IRPs to the top of the device stack. ntoskrnl.exe: Send PnP IRPs to the top of the device stack. ntoskrnl.exe: Implement automatically generated device names. strmbase: Add a cached implementation of IDispatch and use it in IBasicVideo. strmbase: Use the type info cache for IVideoWindow. strmbase: Use the type info cache for IMediaPosition. quartz/dsoundrender: Use the type info cache for IBasicAudio. strmbase: Get rid of IBasicAudio implementation. strmbase: Get rid of base...