CComDispatchDriver::operator =

This operator sets the data member p to an IDispatch interface pointer or to a pointer to an IDispatch interface obtained through an IUnknown pointer.

Syntax

IDispatch* operator =( IDispatch* lp ) ;

IDispatch* operator =( IUnknown* lp ) ;

At a Glance

Header file: Atlctl.h
Platforms:
Versions: Version 2.0 and later
Complete documentation: Visual C++ documentation

See Also

CComDispatchDriver Overview, CComDispatchDriver Operators