msgs12.hlp (Topic list)
WM_DDE_ACK (1.2)
Message Group  Overview                           Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINDDE
 
WM_DDE_ACK
mp1 = MPFROMHWND(hwnd);    /* sender's window                */
mp2 = MPFROMP(pdde);       /* pointer to DDESTRUCT structure */
 
The WM_DDE_ACK message notifies an application of the receipt and processing
of a WM_DDE_EXECUTE, WM_DDE_DATA, WM_DDE_ADVISE, WM_DDE_UNADVISE, or
WM_DDE_POKE message, and, in some cases, of a WM_DDE_REQUEST message. The
acknowledging application modifies the fsStatus field of the DDESTRUCT
structure to return information about the status of the message received.
 
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_ADVISE, WM_DDE_DATA, WM_DDE_EXECUTE, WM_DDE_POKE, WM_DDE_REQUEST,
WM_DDE_UNADVISE, DDESTRUCT, WinDdePostMsg