IDispatch** operator &( );
Remarks
Returns the address of the IDispatch interface pointer stored in the data member p. The operation will assert if p is non-NULL. This operator avoids memory leaks if you want to set p without releasing it first.
CComDispatchDriver Overview | Class Members