Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
I

ICBM

@ICBM
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • COM+ / MSMQ
    I ICBM

    COM+ contains a superset of the functionality of MTS. In the case of MSMQ, the concepts and implementation are considerably different in COM+ than in the original MSMQ. In the original, all objects had to know that they were supporting MSMQ, and had to agree message formats etc. In COM+, use of asynchronous calls is more of less invisible to the client. Get hold of a copy of COM and .NET Component Services by Juval Lowy. It's available online at http://safari.oreilly.com too.

    COM com question

  • Arrays of IUnknown..
    I ICBM

    Thanks very much for that, just what I was after :-)

    COM c++ csharp com sysadmin data-structures

  • Arrays of IUnknown..
    I ICBM

    Hello all What I am trying to do is implement a function in an ATL COM server that returns an array of objects. I need to be able to use these objects from VB. My searches on the net turned up lots of references to using SAFEARRAY(VARIANT), but very little sample code. Ideally, I'd love a link to some code that declares a method like GetObjects([in,out] SAFEARRAY(VARIANT) *ppObjects) and shows both the implementation in C++ (including creating and populating the SAFEARRAY with IUnknown-derived object pointers) and some calling code, either in VB or C#. Thanks all Ian

    COM c++ csharp com sysadmin data-structures
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups