.. highlightlang:: us .. index:: DdeCallback_Disconnect .. _ddecallback_disconnect: DdeCallback_Disconnect ====================== .. us.tag DdeCallback_Disconnect NOTREADYENGLISH :ref:`DdeCallback_Disconnect` is called when the client closes the conversation. .. function:: bool = DdeCallback_Disconnect(hConv) .. us.return **Return Value** *bool* is TRUE (1) if the function was successful and FALSE (0), if the function was unsuccessful. .. us.params **Parameters** .. uparam:: hConv *hConv* is the channel name. .. seealso:: :ref:`overview-dde`, :ref:`DdeCallback_Connect`, :ref:`DdeCallback_ConnectConfirm`, :ref:`DdeCallback_Request`, :ref:`DdeCallback_Poke`, :ref:`DdeCallback_Execute` :sub:`id-1852286`