WM_COPYDATA ... what's inside?
- From: ".rhavin grobert" <clqrq@xxxxxxxx>
- Date: Tue, 17 Jun 2008 07:40:24 -0700 (PDT)
After reading something about WM_COPYDATA, i'm still unshure if i
should use it...
The question is: what does it do? M$ doesnt explaint this very well
(as expected ;-), so i see two possible ways how it is done:
#1 SendMessage(WM_COPYDATA, ...) copies the data in an internal buffer
and POSTS the message to the destination 'while' it returns (so it is
some kind of PostMessage anyway).
#2 SendMessage(WM_COPYDATA, ...) SENDS the pointer to the data or the
pointer to an internal copy of the data to the destination and returns
AFTER the message was processed (whitch would render it pretty useless
for me;-).
if #1 is true it would be easy to implement #2 atop of it, but if #2
is true, it would be completely useless for me, so perhaps someone
could please answer this...
TIA, .rhavin;)
.
- Follow-Ups:
- Re: WM_COPYDATA ... what's inside?
- From: David Wilkinson
- Re: WM_COPYDATA ... what's inside?
- Prev by Date: Re: Book recommendations
- Next by Date: Re: Unable to link (static MFC)
- Previous by thread: Database strings.
- Next by thread: Re: WM_COPYDATA ... what's inside?
- Index(es):
Relevant Pages
|