search for: ienumvari

Displaying 12 results from an estimated 12 matches for "ienumvari".

2014 Feb 07
0
Wine release 1.7.12
...lection tests. taskschd: Add some useful inline helpers for memory management. taskschd: Implement enumeration of task folders in registry. taskschd: Implement ITaskFolderCollection::get_Item. taskschd: Implement ITaskFolderCollection::get__NewEnum. taskschd: Implement IEnumVARIANT::Clone for a folder collection. taskschd: Add some tests for ITaskFolderCollection::get__NewEnum. scrrun/tests: Add more tests for IFolderCollection using a dedicated temporary directory. scrrun: Make IFolderCollection::get_Count use is_dir_data() helper. scrrun: Make IEn...
2015 Apr 03
0
Wine release 1.7.40
...t SetupOpenLog(), SetupCloseLog(). setupapi: Implement SetupLogErrorA(), SetupLogErrorW(). setupapi/tests: Add tests for the SetupOpenLog(), SetupLogErrorA(), SetupCloseLog() functions. Piotr Caban (21): oleacc: Added Client_get_accChild implementation. oleacc: Added client IEnumVARIANT stub. oleacc: Added window IEnumVARIANT stub. oleacc: Added client IEnumVARIANT::{Reset,Skip,Next} implementation. oleacc: Added client IEnumVARIANT tests. oleacc: Added AccessibleChildren implementation. oleacc: Added AccessibleChildren tests. msvcrt/tests: A...
2020 Sep 25
0
Wine release 5.18
...n dmstyle 49889 wineserver shows failed assertion on shutdown ---------------------------------------------------------------- Changes since 5.17: Akihiro Sagawa (1): vbscript: Support non-Latin 1 characters in Asc. Alexandre Abgrall (1): msxml3: Fix value of 'fetched' in IEnumVARIANT::Next() for IXMLDOMSelection. Alexandre Julliard (34): vbscript: Add support for translating messages. kernel32/tests: Avoid assumptions about the current working directory. makefiles: Generate a single non-recursive makefile at the top level. makefiles: Regenerate po fi...
2012 Jul 03
0
Wine release 1.5.8
...mpty data. msxml3: Support VT_I2 variants tracing. msxml3: Support VT_UI1|VT_ARRAY variant debug output. msxml3: Implement put_nodeTypedValue() for bin.base64 type and commonly used input vartypes. wshom: Implement WindowStyle property for IWshShortcut. msxml3: Correct IEnumVARIANT regarding IUnknown forwarding. msxml3: Fix node interface leak after nextNode(). msxml3: Make it possible to use different outer objects with single IEnumVARIANT implementation. msxml3: Add IEnumVARIANT support for IXMLDOMNodeList. msxml3: Implement _newEnum() for schema...
2015 Mar 20
0
Wine release 1.7.39
...dwrite: Allow to query for IDWriteTextFormat1 from layout. dwrite: Implement SetFontFallback(). dwrite: Remove unused helper. dwrite/tests: Another test for cluster metrics and inline objects. scrrun: Preserve pairs order during dictionary lifetime. scrrun: Added stub IEnumVARIANT for dictionary. scrrun: Implement IEnumVARIANT support for dictionary. wmvcore: Return S_OK from WMCreateReader. ole32/datacache: Handle stream Stat() failure (PVS-Studio). mstask: Added IEnumWorkItems stub. ole32: Fix error handling in GetTimeOfLastChange() for ite...
2018 Jan 02
0
Wine release 2.0.4
...si: Avoid uninitialized pointer access on error path (Coverity). Piotr Caban (5): msvcrt: Fix strcpy implementation so it works on overlapping buffers. msvcr120: Add wctype implementation. wine.inf: Add Windows Messaging Subsystem MAPI registry key. vbscript: Don't leak IEnumVARIANT in interp_enumnext. msvcr120: Fix exception object refcounting in __ExceptionPtrAssign. Stefan Dösinger (2): ntdll: Do not queue a completion status if pipe ops fail synchronously. d3dx9/tests: Use float bit patterns in test_D3DXFloat_Array. Vincent Povirk (2): loader/w...
2011 Nov 04
0
Wine release 1.3.32
...quot; numeric constants LP64/LLP64 proof (winver.h). include: Make "long" numeric constants LP64/LLP64 proof (oledlg.h). Nikolay Sivov (13): shlwapi: Fix window style set with SHSetParentHwnd(). msxml3: Don't try to use null interface pointer. msxml3: Add stub IEnumVARIANT support for IXMLDOMSelection. msxml3: Block attempt to modify namespace definition with setAttribute(). msxml3: Init dynamic data pointer in IDispatchEx implementation. msxml3: Release IDispatchEx dynamic data properly. msxml3: Implement IEnumVARIANT::Next() for IXMLDOMSe...
2017 Nov 11
0
Wine release 2.21
...o::Invoke. oleaut32: Ignore underflows in VarR8FromStr. vbscript: Add support for "for each" on arrays. vbscript: Add for each tests on array. vbscript: Don't return error on VBScript_SetScriptState(SCRIPTSTATE_DISCONNECTED) call. vbscript: Don't leak IEnumVARIANT in interp_enumnext. fusion: Respect buffer size in IAssemblyNameImpl_GetProperty. fusion: Add support for ASM_NAME_ARCHITECTURE in IAssemblyNameImpl_GetProperty. fusion: Fix IAssemblyNameImpl_GetDisplayName behavior on too small buffer. fusion: Fix IAssemblyNameImpl_GetDi...
2014 Jan 03
0
Wine release 1.7.10
...scrrun: Implement GetFolder(). scrrun: Use DISPID_VALUE instead of 0 in private idl. scrrun: Added IFolderCollection stub. scrrun: Fix IFolder::QueryInterface() to respond to IDispatch query. scrrun: Implement Count() property for folder collection. scrrun: Implement IEnumVARIANT stub for folder collection. scrrun: Implement Reset() for folder collection. Piotr Caban (4): msvcrt: Convert data to multibyte encoding in ungetwc if needed. msvcrt: Don't write to buffer in ungetc if _IOSTRG flag is specified. msvcrt: Try to convert C to C++ except...
2014 Mar 07
0
Wine release 1.7.14
...ECORD variants. oleaut32: Fix SafeArrayPutElement() for FADF_RECORD arrays. oleaut32/tests: Test for internal safearray data layout. oleaut32: Fix buffer increment step for VT_RECORD case doing SafeArrayCopyData(). scrrun: Added a IDriveCollection stub. scrrun: Added a IEnumVARIANT stub for IDriveCollection. include: Use existing DISPID values instead of magic numbers. oleaut32: Some tests for IFontEventsDisp change event. ntdll: Use case-insensitive matching for typelib flags. shell32/tests: Fix some test failures on Win8. oleaut32: Propagate...
2014 Jan 17
0
Wine release 1.7.11
...support for IFileCollection. scrrun: Implement Next() for file collection. scrrun: Implement Reset() for file collection. scrrun: Implement Name() property for File. scrrun: Implement Skip() for file and folder collections. scrrun: Store collection pointer directly in IEnumVARIANT data. scrrun: Implement Clone() for folder collection. scrrun: Implement Clone() for file collection. scrrun: Fill find data on second Next() call before testing it. oleaut32: Mask out certain features on array copy. oleaut32: Add missing methods to test IRecordInfo...
2011 Sep 09
0
Wine release 1.3.28
...pl_SetFormat. dsound: Handle primary buffers in two more IDirectSoundBuffer methods. shell32: Pass objects instead of ifaces to helpers. shell32: COM cleanup in shv_bg_cmenu.c. shell32: Move ISvBgCm_Constructor() to avoid a forward declaration. msi: COM cleanup for the IEnumVARIANT iface. oleaut32: COM cleanup in typelib2.c. ntdll: Don't use HIWORD to check if an atom is a small int. quartz: Use an IDL file to define the IAMFilterData iface. Nikolay Sivov (4): msxml3: Fix empty elements output. msxml3: Respect string length returned from...