Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

What is the difference between ON_NOTIFY_REFLECT and ON_NOTIFY_REFLECT_EX

1,059 views
Skip to first unread message

jklioe

unread,
May 15, 2009, 3:34:50 AM5/15/09
to
Can any one explain what is the difference between ON_NOTIFY_REFLECT,
ON_NOTIFY_REFLECT_EX and ON_NOTIFY?

Scot T Brennecke

unread,
May 15, 2009, 4:33:30 AM5/15/09
to
ON_NOTIFY : Comes from a child control to the parent. This macro goes in the parent's message map.
ON_NOTIFY_REFLECT: Comes from a child control, but is "reflected" back to the child (by the parent)
so the child can handle its own notification. This macro goes in the child's message map.
ON_NOTIFY_REFLECT_EX: Same as previous, except that the handler function returns a BOOL, indicating
whether or not the message should be routed on to other classes for possible handlers.

"jklioe" <ranu...@gmail.com> wrote in message
news:9ba17f97-f08d-45db...@y33g2000prg.googlegroups.com...

0 new messages