windows_programming_notes.nbk: Home | Index | Next Page: WM_DDE_ADVISE | Previous Page: WM_CUT


 WM_DDE_ACK

The WM_DDE_ACK message notifies a DDE application of the receipt and processing of the following messages: WM_DDE_POKE, WM_DDE_EXECUTE, WM_DDE_DATA, WM_DDE_ADVISE, WM_DDE_UNADVISE, WM_DDE_INITIATE, or WM_DDE_REQUEST (in some cases).

To post this message, call the PostMessage function with the following parameters.

    PostMessage( 
      (HWND) hWnd,             // handle to destination window 
      WM_DDE_ACK,              // message to send
      (WPARAM) wParam,         // handle to window (HWND)
      (LPARAM) lParam          // message-specific data
    );

Parameters

Remarks

Requirements


windows_programming_notes.nbk: Home | Index | Next Page: WM_DDE_ADVISE | Previous Page: WM_CUT


Notebook exported on Monday, 7 July 2008, 18:56:50 PM Eastern Daylight Time