R.Wieser
2019-01-21 09:13:30 UTC
Hello all,
I've got a dialog which should respond to some external WM_xxx messages. I
would however like to protect the internally-generated ones (callbacks and
so on by its children) from being confused as external ones (read: send them
to different handlers).
Question: How do I differ between the two groups of messages ?
A quick peek into User32 did not turn up anything, and neither did some
googeling (might be a case of not knowing what exactly to look for though
....)
Regards,
Rudy Wieser
I've got a dialog which should respond to some external WM_xxx messages. I
would however like to protect the internally-generated ones (callbacks and
so on by its children) from being confused as external ones (read: send them
to different handlers).
Question: How do I differ between the two groups of messages ?
A quick peek into User32 did not turn up anything, and neither did some
googeling (might be a case of not knowing what exactly to look for though
....)
Regards,
Rudy Wieser