Atladvise

This global function creates a connection between an object's connection point and a client's sink. The sink implements the outgoing interface supported by the connection point.

At a Glance

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

Syntax

HRESULT AtlAdvise( IUnknown* pUnkCP, IUnknown* pUnk, const IID& iid,
LPDWORD
pdw );

See Also

ATL Macros and Global Functions, AtlUnadvise