terminates a running DDE conversation with a host application
INCLUDE 'iolib.h' dde_terminate(Handle)
dde_terminate(Handle) (i)
handle(Handle) (i) virtual handle associated with the conversation
Terminates a DDE (Dynamic Data Exchange) conversation initiated by dde_init .
NOTE: This predicate is server dependent. It is available only under host servers supporting the
DDE protocol (WIO).
dde_init(pfe, pfe, editor), dde_exec(pfe, ´filenew()´), dde_terminate (pfe).
No runtime errors.
prolog-process, client-server, object
dde_exec , dde_data , dde_init