WM_USER Messages for Word Automation

T

tartancli

I have just begin to look at Word automation concepts. I wrote a very simple
automation client and decided to acquaint myself with the messages passed
between the automation client and the Word application. In Spy++ I can see
the messages. The are all WM_USER+0 (0x400) messages with WParam:0000BABE and
different IParam values. Is there somewhere that i can find a description of
what these wParam and IParam values mean? Thanks in advance.
 
Top