J
Joe Kinsella
I'm trying to write a COM wrapper for a COM object for which I do not have a
header file but not a type library. Specifically, I am using NetCon.h to
construct a COM wrapper to give me access to interfaces such as
INetConnectionManager and INetConnection. I have two questions:
1) How can I determine the index of the DispId of the to use for the methods
of the COM object?
2) I have a method that has an out parameter of type pointer to a pointer to
a COM interface (IEnumNetConnection ** ppEnum). I'm a little unsure as to
how or if this can be translated to a .Net COM wrapper?
Any help would be appreciated.
Joe
header file but not a type library. Specifically, I am using NetCon.h to
construct a COM wrapper to give me access to interfaces such as
INetConnectionManager and INetConnection. I have two questions:
1) How can I determine the index of the DispId of the to use for the methods
of the COM object?
2) I have a method that has an out parameter of type pointer to a pointer to
a COM interface (IEnumNetConnection ** ppEnum). I'm a little unsure as to
how or if this can be translated to a .Net COM wrapper?
Any help would be appreciated.
Joe