Displaying 20 results from an estimated 31 matches for "itypeinfo".
Did you mean:
typeinfo
2009 Jul 27
2
Tap'Touche 5 : keyboard issue
...): stub!
fixme:win:SetLayeredWindowAttributes (0x40030,0x00ffffff,255,2): stub!
fixme:win:SetLayeredWindowAttributes (0x40030,0x00ffffff,212,2): stub!
fixme:win:SetLayeredWindowAttributes (0x40030,0x00ffffff,127,2): stub!
fixme:win:SetLayeredWindowAttributes (0x40030,0x00ffffff,42,2): stub!
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x4!
Are these errors fixed in the 1.1.26 release ?
If I can help you to fix them, tell me how.
Thanks
2013 May 10
0
Wine release 1.5.30
...nfig check for liblcms.
server: Use strerror instead of perror.
wine.inf: Remove no longer used control panel section.
Andrew Eikum (7):
winmm/tests: Only test non-mapper devices in interactive mode.
oleaut32: COM cleanup for ITypeLib object.
oleaut32: COM cleanup for ITypeInfo object.
oleaut32: COM cleanup for internal loading structures.
oleaut32: Finish COM cleanup for ITypeInfo objects.
oleaut32: Finish COM cleanup for internal loading structures.
oleaut32: Finish COM cleanup for ITypeLib objects.
Andr? Hentschel (5):
qedit/tests: Improv...
2007 Feb 16
0
Wine release 0.9.31
...ated when the invoked method failed then fill in exception info from the error info object.
oleaut32: Fix the missing argument handling for non-byref variant arguments.
oleaut32: Copy the value directly returned from the called function
oleaut32: Add support for named arguments in ITypeInfo::Invoke.
oleaut32: Ignore the first named argument when invoking property-put methods
oleaut32: A value of PARAMFLAG_FNONE for wParamFlags means that the parameter is also marshaled and unmarshaled in the PARAMFLAG_FOUT case.
oleaut32: Fix a one-off test failure in the tmarshal te...
2013 May 24
0
Wine release 1.5.31
...DBTYPE_BYTES | DBTYPE_BYREF.
oledb32: DataConvert only variant length types can have a null dst.
oledb32: Implemented DataConvert DBTYPE_BSTR->DBTYPE_DBTIMESTAMP.
Andrew Eikum (16):
oleaut32: Sanity check some arguments.
oleaut32: Use containing TypeLib's HelpFile in ITypeInfo::GetDocumentation.
oleaut32: Don't return bogus pointers if no data is available.
dsound: Don't overrun capture buffer.
oleaut32: Always initialize PARAMDESCEX's cBytes field.
oleaut32: Also search local typeinfos in ITypeInfo::GetRefTypeInfo.
dinput: Enume...
2019 Oct 18
0
Wine release 4.18
...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 implementation for objects exposing builtin functions.
vbscript: Don't use ITypeInfo for builtin function dispids.
vbscript: Get rid of no longer needed ITypeInfo in BuiltinDisp.
vbscript/tests: Added Err object IDispatch tests.
vbscript: Use global object property to expose Err object.
vbscript: Fix NULL IDispatch handling in get_disp_value.
vbscript:...
2019 Dec 20
0
Wine release 5.0-rc2
..." fields if connection fails.
qedit/samplegrabber: Clean up the pins in sample_grabber_destroy().
qedit/samplegrabber: Consistently use the "pMemInputPin" member of struct strmbase_source.
qedit/samplegrabber: Fix a typo in format type negotiation.
rpcrt4: Fix ITypeInfo ref count handling.
--
Alexandre Julliard
julliard at winehq.org
2006 Oct 27
0
Wine release 0.9.24
...a typo in x11drv.h about X11DRV_GetTextExtentExPoint.
quartzdrv: Add the quartz (Mac OS X) video driver to the build system.
Rob Shearman (21):
comctl32: Fix imagelist leak in tests.
ole32: Fix some memory leaks in the marshal tests.
oleaut32: Fix memory leaks after calling ITypeInfo::GetNames.
oleaut32: Fix some reference count and memory leaks in the typelib marshaling code.
oleaut32: Free allocated memory on typelib and typeinfo destruction.
oleaut32: Rewrite MSFT_ReadName and MSFT_ReadString to need one less allocation and to fix a memory leak.
oleau...
2020 Jun 02
0
Wine release 5.0.1
...idate the stage index in wined3d_stateblock_set_texture_stage_state() (Coverity).
Jacek Caban (1):
rpcrt4: Use MustFree for all non-base types in get_param_pointer_info.
Jefferson Carpenter (1):
services: Initialize OVERLAPPED Offset and OffsetHigh.
Kevin Puetz (1):
rpcrt4: Fix ITypeInfo leak in get_iface_info.
Lauri Kentt? (2):
po: Update Finnish translation.
po: Update Finnish translation.
Luk?? Hor??ek (1):
wined3d: Add GTX 1660 SUPER as a card.
Matteo Bruni (1):
maintainers: Drop J?zef Kucia.
Michael Cronenworth (12):
crypt32: Global variable c...
2012 Mar 16
0
Wine release 1.5.0
...ser_ctx_t.
jscript: Store script context in exec_ctx_t.
jscript: Store parser_ctx_t in bytecode_t instead of other way around.
jscript: Removed no longer needed ref counting in parser_ctx_t.
mshtml: Store more info about properties in func_info_t.
mshtml: Don't use ITypeInfo for InvokeEx(DISPATCH_PROPERTYGET) implementation.
mshtml: Don't use ITypeInfo for InvokeEx(DISPATCH_PROPERTYPUT) implementation.
mshtml: Use caller for argument convertion in builtin_propput if available.
mshtml: Added property value conversion type tests.
jscript: Get...
2009 Sep 02
0
Wine release 1.1.29
....
mshtml: Added support for DISPID_VALUE.
mshtml: Added DISPID_VALUE implementation for HTMLLocation object.
mshtml: Added IOmNavigator::toString implementation.
mshtml: Added IHTMLWindow2::toString implementation.
dispex.idl: Added SID declarations.
mshtml: Move ITypeInfo::Invoke call to separated function.
mshtml: Moved dynamic_data allocation to separated function.
mshtml: Added function object implementation.
mshtml: Added function object tests.
mshtml: Properly release DispatchEx data.
jscript: Code clean up.
jscript: Code cle...
2017 Nov 11
0
Wine release 2.21
...n error in get_constants_desc().
Piotr Caban (13):
wine.inf: Add Windows Messaging Subsystem MAPI registry key.
hhctrl.ocx: Set window owner in HtmlHelp function if WS_CHILD flag is not specified.
vbscript: Add UBound implementation.
oleaut32: Fix automatic value getting in ITypeInfo::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 I...
2006 Oct 13
0
Wine release 0.9.23
...Win64 printf format warning fixes.
oleaut32: Win64 printf format warning fixes.
winspool.drv: Win64 printf format warning fixes.
msxml3/tests: Win64 printf format warning fixes.
winspool.drv/tests: Win64 printf format warning fixes.
Huw Davies (1):
oleaut32: Implement ITypeInfo_CreateInstance.
Hwang YunSong(???) (2):
regedit: Updated Korean Resource.
regedit: Updated Korean resource.
Ivan Gyurdiev (38):
wined3d: Remove unused field in shader opcode_arg.
wined3d: Win64 printf fixes.
d3d9/tests: Clean up get/set handler arguments.
d3d9/...
2015 Jan 23
0
Wine release 1.7.35
...v (14):
user32: Handle NULL argument in GetKeyboardLayoutNameW().
winhttp: Fix typeinfo refcount in GetTypeInfo().
winhttp: Release typeinfos and typelib on dll unload.
hnetcfg: Return NET_FW_IP_VERSION_ANY as ipVersion property value.
hnetcfg: Fix refcount of returned ITypeInfo pointer.
scrrun: Fix refcount on GetTypeInfo().
vbscript: Support 'End If' for single line If statements.
dwrite: Initial support of cluster metrics computation.
dwrite: Implement GetClusterMetrics().
dwrite/tests: Additional test for Draw().
hnetcfg: Rel...
2012 Aug 31
0
Wine release 1.5.12
...ries for index buffers in drawPrimitive().
Hwang YunSong (2):
po: Update Korean translation.
po: Update Korean translation.
Jacek Caban (15):
mshtml: Added IHTMLWindow6::get_sessionStorage implementation.
oleaut32: Ensure that the right interface is passed to the callee in ITypeInfo::Invoke.
oleaut32: Added more tests.
d3d8: Use proper helpers for iface calls.
ddraw: Use proper helpers for iface calls.
dsound: Use proper helpers for iface calls.
d3d9/tests: Use proper helpers for iface calls.
windowscodecs/tests: Use proper helpers for iface...
2013 Jun 07
0
Wine release 1.6-rc1
...32: Implement ICreateTypeLib::SaveAllChanges.
oleaut32: When loading typelibs, skip over function default parameters as well.
oleaut32: Only copy previous function name if both are property accessors.
oleaut32: Don't fall back on typelib name for docstring.
oleaut32: Fix ITypeInfo::GetNames for functions.
oleaut32: Always search external references in GetRefTypeInfo.
oleaut32: Use implementation bitflag in href.
oleaut32: Always read all imports from the typelib.
oleaut32: Use the new typelib creation implementation.
Andr? Hentschel (9):
ntdll:...
2012 Nov 23
0
Wine release 1.5.18
...in transformation result in html mode.
msxml3: Disable text data escaping for format nodes set with put_data().
scrrun: Use heap helpers for dictionary.
scrrun: Improve OpenTextFile stub.
scrrun: Block stream reading calls if it's not in ForReading mode.
msi: Cache ITypeInfo instances for automation objects instead of reloading every time.
msi: Store object function pointers with type id.
msi: COM cleanup for IActiveScriptSite.
msi: Make it clear where script type mask comes from.
msi: Remove unnecessary casts and argument from script site creat...
2016 Sep 02
0
Wine release 1.9.18
...e.
hidclass: Fix handle leak on error path (Coverity).
oleaut32: Keep most of typeinfo attributes in TYPEATTR structure.
include: Fix facility id for d3d10 HRESULTs.
mscoree: Return pointer to interface, not implementation.
oleaut32: Support querying for ITypeComp from ITypeInfo.
oleaut32: Fix AddFuncDesc() to ignore scodes array length when NULL array pointer is passed.
oleaut32: Added PSTypeComp to DllGetClassObject.
oleaut32: Implement ITypeComp::Bind() proxy/stub.
oleaut32: Implement IClassFactory::QueryInterface() for StdFont object.
urlm...
2007 Jun 15
0
Wine release 0.9.39
...msi/tests: automation: Add tests for SummaryInfo::PropertyCount.
msi: automation: Implement SummaryInfo::PropertyCount.
widl: Add support for vararg attribute.
oleaut32/tests: Add tests for IDispatch::Invoke of vararg function.
oleaut32: Add support for vararg functions in ITypeInfo::Invoke.
winebrowser: Add DDE support.
wine.inf: Use DDE for winebrowser as native.
shell32/tests: Simplify DDE thread and message loop.
shell32/tests: Save threadid from CreateThread as required by winme/98/95.
shell32/tests: Use ShellExecuteEx with SEE_MASK_FLAG_DDEW...
2010 Mar 19
0
Wine release 1.1.41
...alidation.
oleaut32: Use QueryPathOfRegTypeLib in ICreateTypeInfo2_AddRefTypeInfo.
oleaut32: Improved ICreateTypeInfo AddFuncDesc implementation.
oleaut32: Improve ICreateTypeInfo_LayOut implementation.
oleaut32: Set parameter to NULL in GetMops stub.
oleaut32: Improve ITypeInfo2 GetTypeAttr implementation.
oleaut32/tests: Make tests working on older systems, prevent crash on some wine boxes.
oleaut32: Fix ITypeInfo GetImplTypeFlags for dispinterfaces.
oleaut32: Improve ICreateTypeInfo2 AddImplType implementation.
oleaut32: Improve ITypeInfo2 GetRef...
2020 Feb 02
0
Wine release 5.1
...radient.
d3drm/tests: Add some viewport projection type tests.
d3drm: Return D3DRMERR_BADOBJECT from d3drm_viewport2_SetProjection() for uninitialised viewports.
d3drm: Return ~0u from d3drm_viewport2_GetProjection() for uninitialised viewports.
Kevin Puetz (1):
rpcrt4: Fix ITypeInfo leak in get_iface_info.
Liam Middlebrook (2):
winevulkan: Support functions with basic_c return types.
winevulkan: Update to VK spec version 1.1.130.
Louis Lenders (1):
ntoskrnl.exe: Add stub for RtlIsNtDdiVersionAvailable.
Michael Cronenworth (12):
crypt32: Global variab...