GetAwesomeArray(&sa); - how does this work? GetAwesomeArray accepts SAFEARRAY **, and &sa is CComSafeArray<VARIANT>*, which is not convertible to it.
↧
GetAwesomeArray(&sa); - how does this work? GetAwesomeArray accepts SAFEARRAY **, and &sa is CComSafeArray<VARIANT>*, which is not convertible to it.