◄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 ♦