_com_ptr_ has an overloaded operator&() with a side effect. If I have a variable:
_com_ptr_t variable;
How could I ret
&variable.GetInterfacePtr();