DdeCallback_ConnectConfirmΒΆ

DdeCallback_ConnectConfirm is called after the DdeCallback_Connect function is called.

bool = DdeCallback_ConnectConfirm(hConv, ssService, ssTopic)

Return Value

bool is TRUE (1) if the DDE conversation was performed and FALSE (0), if the DDE conversation was canceled.

Parameters

hConv

hConv is the channel number.

ssService

ssService is the service name ("UniPlotSL").

ssTopic

ssTopic is the topic name.

id-587441