@SpecLad
Generally, something like
SAFEARRAY** operator &() const
{
return &m_psa;
}
in CComSafeArray.
The odd-man-out is CComVariant, which actually is-a VARIANT.
@SpecLad
Generally, something like
SAFEARRAY** operator &() const
{
return &m_psa;
}
in CComSafeArray.
The odd-man-out is CComVariant, which actually is-a VARIANT.