DdeAdviseΒΆ

DdeAdvise starts or stops a DDE advise loop with a server (Hot-Link).

bool = DdeAdvise(hConv, ssTopic)
bool = DdeAdvise(hConv, ssTopic, bStartStop)

Return Value

bool

Parameters

hConv

hConv is the channel number (handle) which is used with other UniPlot DDE functions.

ssTopic

ssTopic is the topic name.

bStartStop

If bStartStop is TRUE (1) a advise loop with the server will be established. When the data on the server is modified the callback function DdeCallback_Advise is invoked. Default value is TRUE (1).

History

Version Description
5.0.0 New

id-1923928