On Mon, 17 Jul 2000, gerard patel wrote:

> fixme:msg:SendNotifyMessageA (0f34,00000088,00000000,00000000) not complete
> 
> I am not sure about it; at first I had thought it needed to be implemented,
> now I feel that the warning should be nixed because the implementation
> is perfect as it is; anyone cares to comment ?

It is certainly not "perfect", have you looked at its implementation? It's
okay for messages sent to the same thread, but for interthread messages it
just calls PostMessage right now, which is far from "perfect". It works,
but a sent message is not supposed to just be another queued message.

Reply via email to