Jump to content

WM_DDE_TERMINATE

From EDM2

This message is posted by either application participating in a DDE conversation, to terminate that conversation. This message is always posted.

Syntax

param1
HWND hwnd;      /* Window handle of the sender. */

param2
ULONG ulReserved; /* Reserved value, should be 0. */

Parameters

hwnd (HWND) - input
Window handle of the sender.
ulReserved (ULONG) - input
Reserved value, should be 0.

Returns

ulReserved (ULONG) - return
Reserved value, should be 0.

Remarks

Upon receiving this message, an application is expected to post a WM_DDE_ TERMINATE message in response.

Default Processing

None.