Hello,
I noticed that the best translation from the IDL declaration
[out] BSTR *pbstrEtc... was BSTR **pbstrEtc in the C++ method declaration.
The drawback is that, in the class view tree, the method is no longer related to the interface node, but surprisingly, it suits the actual parameter...