Please enable JavaScript to view this site.

ESL Documentation

Subroutine

Terminate all active conversations.

 

call DDETerminateAll ()

 

Description

Called by the client or server.  This subroutine terminates all active conversations.

Message

Posts a WM_DDE_TERMINATE message to all active conversation partners, and returns immediately (does not wait for all partners to send the corresponding WM_DDE_TERMINATE message).

Example

response to PrimaryWindow

   on close

   call DDETerminateAll ()