G
Guest
I have a C# program invoking a MC++ method. One of the output parameters is
an "int".... defined as "int iretval". In the C# program I want to pass the
parameter as either "ref iretval" or "out iretval". In each case..... how
must the corresponding "int" be defined in the MC++ method ?.... so that it
is compile-error free ?
Help ...
an "int".... defined as "int iretval". In the C# program I want to pass the
parameter as either "ref iretval" or "out iretval". In each case..... how
must the corresponding "int" be defined in the MC++ method ?.... so that it
is compile-error free ?
Help ...