msgs12.hlp (Topic list)
WM_DDE_DATA (1.2)
Message Group  Overview                           Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINDDE
 
WM_DDE_DATA
mp1 = MPFROMHWND(hwnd);    /* sender's window                */
mp2 = MPFROMP(pdde);       /* pointer to DDESTRUCT structure */
 
The WM_DDE_DATA message is sent from a server application to a client
application to notify the client application that the data it requested is
available.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
hwnd       Low and high word of mp1. Identifies the sender application's
           window.
 
pdde       Low and high word of mp2. Points to a DDESTRUCT structure.
 
See Also
 
WM_DDE_REQUEST, WM_DDE_ACK, DDESTRUCT, WinDdePostMsg