.. highlightlang:: us .. index:: DdeCallback_ConnectConfirm .. _ddecallback_connectconfirm: DdeCallback_ConnectConfirm ========================== .. us.tag DdeCallback_ConnectConfirm ENGLISH :ref:`DdeCallback_ConnectConfirm` is called after the :ref:`DdeCallback_Connect` function is called. .. function:: bool = DdeCallback_ConnectConfirm(hConv, ssService, ssTopic) .. us.return **Return Value** *bool* is TRUE (1) if the DDE conversation was performed and FALSE (0), if the DDE conversation was canceled. .. us.params **Parameters** .. uparam:: hConv *hConv* is the channel number. .. uparam:: ssService *ssService* is the service name (``"UniPlotSL"``). .. uparam:: ssTopic *ssTopic* is the topic name. .. seealso:: :ref:`overview-dde`, :ref:`DdeCallback_Connect`, :ref:`DdeCallback_Disconnect`, :ref:`DdeCallback_Request`, :ref:`DdeCallback_Poke`, :ref:`DdeCallback_Execute` :sub:`id-587441`