◄Message Group► ◄Overview► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINDDE WM_DDE_POKE mp1 = MPFROMHWND(hwnd); /* sender's window */ mp2 = MPFROMP(pdde); /* pointer to DDESTRUCT structure */ The WM_DDE_POKE message sends an unsolicited data message to the receiving application, which should then reply with a WM_DDE_ACK message indicating whether it accepted the data. 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_ACK, DDESTRUCT, WinDdePostMsg ♦