SINK_ENTRY_EX
Visual Studio 2005
Declares the handler function (fn) for the specified event (dispid), of the dispatch interface (iid), for the control identified by id.
SINK_ENTRY_EX(
id,
iid,
dispid,
fn
)
Parameters
- id
-
[in] Identifies the control.
- iid
-
[in] Identifies the dispatch interface.
- dispid
-
[in] Identifies the specified event.
- fn
-
[in] Name of the event handler function. This function must use the _stdcall calling convention and have the appropriate dispinterface-style signature.
Reference
BEGIN_SINK_MAPSINK_ENTRY
Concepts
Composite Control FundamentalsOther Resources
Composite Control MacrosATL Macros