;[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 27, 2002 4:43 PM
Subject: [DOTNET] How to call C++ COM object from C#
> I have the following method in a COM object that I currently call from
> another unmanaged C++ client. Two of its parameters are as follows:
>
&g
June 27, 2002 4:43 PM
Subject: [DOTNET] How to call C++ COM object from C#
> I have the following method in a COM object that I currently call from
> another unmanaged C++ client. Two of its parameters are as follows:
>
> // Number of entries
> [in] long Count,
>
>
To: [EMAIL PROTECTED]
Subject: [DOTNET] How to call C++ COM object from C#
I have the following method in a COM object that I currently call from
another unmanaged C++ client. Two of its parameters are as follows:
// Number of entries
[in] long Count,
// Array of IDs
[in, size_is(
I have the following method in a COM object that I currently call from
another unmanaged C++ client. Two of its parameters are as follows:
// Number of entries
[in] long Count,
// Array of IDs
[in, size_is(Count)] LONG * pList,
When I import the associated TLB into C#, the size