.. highlightlang:: us .. index:: DdeTerminate .. _ddeterminate: DdeTerminate ============ .. us.tag DdeTerminate ENGLISH :ref:`DdeTerminate` terminates a DDE conversation. .. function:: bool = DdeTerminate(hConv) .. us.return **Return Value** *bool* is TRUE (1) if the function call was successful and FALSE (0) if an error occurred. .. us.params **Parameters** .. uparam:: hConv *hConv* is a channel number (Handle). .. seealso:: :ref:`overview-dde`, :ref:`DdeInitiate`, :ref:`DdeTerminateAll`, :ref:`DdePoke`, :ref:`DdeExecute`, :ref:`DdeRequest` :sub:`id-62102`