CComDispatchDriver::operator &

This operator returns the address of the IDispatch interface pointer stored in the p data member. The operation will assert if p is non-NULL. This operator avoids memory leaks if you want to set p without releasing it first.

At a Glance

Header file: Atlctl.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

IDispatch** operator &( );