Displaying 4 results from an estimated 4 matches for "cogetinterfaceandreleasestream".
2006 Feb 21
4
Cross-Machine COM-Calls under Wine...
...eControlmanager?)
2. Win-Authentication and -Impersonation
(LogonUser- and ImpersonateLoggedOnUser-APIs - already mapped?)
3. "Global ServerSingletons" using ROT-Entries with FileMoniker-Binding
4. "RPCServer-internal Singletons" (CoMarshalInterThreadInterfaceInStream
and CoGetInterfaceAndReleaseStream against the IUnknown-Interface).
Any Ideas, especially for 3. and 4.?
My attempts, to get any useful information per WineDebug were not
successful.
It would be great, if anybody with more "Wine-Debugging-Experience" could
look at the appropriate Calls using our free Server-Download.
Ola...
2020 Aug 14
0
Wine release 5.15
...combase: Move CLSIDFromString().
combase: Move IIDFromString().
combase: Move StringFromCLSID().
combase: Move StringFromGUID2().
combase: Move CoGetDefaultContext().
combase: Move CoMarshalHresult().
combase: Move CoUnmarshalHresult().
combase: Move CoGetInterfaceAndReleaseStream().
combase: Move CoMarshalInterThreadInterfaceInStream().
combase: Move CoCreateFreeThreadedMarshaler().
combase: Move CLSIDFromProgIDEx().
ole32: Reduce duplication for global interface table factory.
ole32: Expose ManualResetEvent as registered class.
ole32: Re...
2006 Nov 24
0
Wine release 0.9.26
...version dependent clsid.
ole32: CoRegisterMessageFilter shouldn't crash on an uninitialized apartment.
msxml3: Implement createProcessingInstruction with a stub PI object.
msxml3: Implement createElement.
comctl32: Set the result to IDOK on 'Finish'.
ole32: CoGetInterfaceAndReleaseStream shouldn't crash when passed a NULL stream.
ole32: Spelling fixes.
Hwang YunSong(???) (2):
shdoclc: Updated Korean resource.
winecfg: Update Korean resource.
Jacek Caban (16):
shdoclc: Added shdoclc.dll.
mshtml: Remove menus that are in shdoclc.dll.
mshtml:...
2007 Jan 25
0
Wine release 0.9.30
...le32: Fix a comment in rpc_sendreceive_thread that wasn't correct.
ole32: Move the Running Object Table test in marshal.c to moniker.c to put it with the other ROT tests.
ole32: Use the standard list functions for the global interface table implementation.
ole32: Move test for CoGetInterfaceAndReleaseStream to compobj.c.
ole32: Remove some unneeded inclusions of headers.
ole32: Fix HGLOBALStreamImpl_CopyTo to check the return values of IStream_Read and IStream_Write and to not compare the bytes read to the bytes written.
ole32: Return an error in CoMarshalInterface if pStream is NULL...