This macro declares the handler function (fn) for the specified event (dispid), of the dispatch interface (iid), for the control identified by id.
At a Glance
| Header file: | Atlcom.h |
| Windows CE versions: | 2.10 and later |
| Complete documentation: | Visual C++ documentation |
Syntax
SINK_ENTRY_EX( id, iid, dispid, fn )
See Also