var longOuput = new Variant(0, "long")
var longOutputRef = new Variant(longOutput, "byref")
var longOuput = new Variant(0, "long")
var longOutputRef = new Variant(longOutput, "plong")
The type mismatch error occurs only when passing a reference type. Passing the following compiles fine, but the out value isn't returned.
var longOuput = new Variant(0, "long")
I have tried the following combinations
The type mismatch error occurs only when passing a reference type. Passing the following compiles fine, but the out value isn't returned.
var longOuput = new Variant(0, "long")
Here is the method signature for reference: