msgs12.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
WM_DDE_TERMINATE (1.2)
Message Group  Overview                           Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINDDE
 
WM_DDE_TERMINATE
mp1 = (MPARAM) ((HWND) hwnd);    /* sender's window */
mp2 = 0L;
 
The WM_DDE_TERMINATE message is sent by a client application or a server
application to terminate the exchange. An application is expected to send a
WM_DDE_TERMINATE message in response to this message.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
hwnd       Low and high word of mp1. Identifies the sender application's
           window.
 
See Also
 
WM_DDE_INITIATE, WinDdePostMsg