◄Function Group► ◄Overview► ◄Message Group► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINDDE MRESULT WinDdeRespond(hwndClient, hwndServer, pszAppName, pszTopicName) HWND hwndClient; /* handle of the client window */ HWND hwndServer; /* handle of the server window */ PSZ pszAppName; /* address of name of application */ PSZ pszTopicName; /* address of name of topic */ The WinDdeRespond function sends an acknowledgment message (WM_DDE_INITIATEACK) back to the application that sent a WM_DDE_INITIATE message. Parameter Description ──────────────────────────────────────────────────────────────────────────── hwndClient Identifies the client window. hwndServer Identifies the server window. pszAppName Points to the name of the application that is acknowledging the WM_DDE_INITIATE message. pszTopicName Points to the topic name that the acknowledging application will accept. Return Value The return value is the result of sending the WM_DDE_INITIATEACK message to the client window. See Also WinDdeInitiate, WM_DDE_INITIATE, WM_DDE_INITIATEACK ♦